This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via c5eb1703fe9e7529ae12ecf1799b757e1a992afd (commit) from ea134fe159c0d249e4bed12b7269e8236afa0262 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c5eb1703fe9e7529ae12ecf1799b757e1a992afd Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Thu May 25 07:59:44 2017 +0300
test: linux-generic: stop dropping other ODP files in pktio_ipc test
Prevent pktio_ipc test from removing sockets and SHM files used by other applications.
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/linux-generic/pktio_ipc/pktio_ipc_run.sh b/test/linux-generic/pktio_ipc/pktio_ipc_run.sh index 52e8d42a..331ecdc9 100755 --- a/test/linux-generic/pktio_ipc/pktio_ipc_run.sh +++ b/test/linux-generic/pktio_ipc/pktio_ipc_run.sh @@ -20,9 +20,6 @@ PATH=.:$PATH run() { local ret=0 - #if test was interrupted with CTRL+c than files - #might remain in shm. Needed cleanely delete them. - rm -rf /tmp/odp-* 2>&1 > /dev/null
echo "==== run pktio_ipc1 then pktio_ipc2 ====" pktio_ipc1${EXEEXT} -t 10 &
-----------------------------------------------------------------------
Summary of changes: test/linux-generic/pktio_ipc/pktio_ipc_run.sh | 3 --- 1 file changed, 3 deletions(-)
hooks/post-receive