summaryrefslogtreecommitdiff
path: root/netcon/docker-test/test.sh
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-12-06 17:55:48 -0800
committerJoseph Henry <josephjah@gmail.com>2015-12-06 17:55:48 -0800
commit1dec034f775c50abdb8b88f002951647cc08a64e (patch)
treebe5da2a00aca74902890645ea0eaba526aa44b81 /netcon/docker-test/test.sh
parent7ea53dd21b320cc94077444ec18f8482f5b5cd19 (diff)
downloadinfinitytier-1dec034f775c50abdb8b88f002951647cc08a64e.tar.gz
infinitytier-1dec034f775c50abdb8b88f002951647cc08a64e.zip
Added application-specific test arguments to test script
Diffstat (limited to 'netcon/docker-test/test.sh')
-rwxr-xr-xnetcon/docker-test/test.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/netcon/docker-test/test.sh b/netcon/docker-test/test.sh
index 3b6d35de..c0579c1f 100755
--- a/netcon/docker-test/test.sh
+++ b/netcon/docker-test/test.sh
@@ -18,6 +18,11 @@ find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
echo "*** Testing: '$testdir'..."
rm _results/*.tmp
+ if [[ $testdir != *$1* ]]
+ then
+ continue
+ fi
+
# Stage scripts
cp $test_script $testdir/$test_script
cd $testdir
@@ -29,4 +34,4 @@ find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do
cd ../../
done
-echo "*** Done" \ No newline at end of file
+echo "*** Done"