summaryrefslogtreecommitdiff
path: root/netcon/docker-test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/docker-test/test.sh')
-rwxr-xr-xnetcon/docker-test/test.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/netcon/docker-test/test.sh b/netcon/docker-test/test.sh
index 3b6d35de..03e86011 100755
--- a/netcon/docker-test/test.sh
+++ b/netcon/docker-test/test.sh
@@ -15,6 +15,12 @@ export test_script=_two_party_test.sh
# Iterate over all depth=2 (relatively-speaking) directories and perform each test
find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
+
+ if [[ $testdir != *$1* ]]
+ then
+ continue
+ fi
+
echo "*** Testing: '$testdir'..."
rm _results/*.tmp
@@ -29,4 +35,4 @@ find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
cd ../../
done
-echo "*** Done" \ No newline at end of file
+echo "*** Done"