diff mbox series

[v1,1/1] test: linux-generic: stop dropping other ODP files in pktio_ips test

Message ID 1495688406-24695-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] test: linux-generic: stop dropping other ODP files in pktio_ips test | expand

Commit Message

Github ODP bot May 25, 2017, 5 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Prevent pktio_ipc test from removing sockets and SHM files used by other
applications.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 41 (lumag:patch-1)
 ** https://github.com/Linaro/odp/pull/41
 ** Patch: https://github.com/Linaro/odp/pull/41.patch
 ** Base sha: ea134fe159c0d249e4bed12b7269e8236afa0262
 ** Merge commit sha: 47b7463fed4e1b33ab3e25985bbd489776193f2a
 **/
 test/linux-generic/pktio_ipc/pktio_ipc_run.sh | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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 &