From 5c8ec91711f4cc1a52c499f0b1adfb0d10754cdd Mon Sep 17 00:00:00 2001 From: tiptorrent development team Date: Fri, 17 Sep 2021 14:13:40 +0200 Subject: initial commit --- tests/run-test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/run-test.sh (limited to 'tests') diff --git a/tests/run-test.sh b/tests/run-test.sh new file mode 100755 index 0000000..afda064 --- /dev/null +++ b/tests/run-test.sh @@ -0,0 +1,4 @@ +for ((i=1;i<=18;i++)) +do + ip netns exec c$i .././tiptorrent-client 10.141.10.1 TEST & +done -- cgit v1.2.3-18-g5258