diff options
Diffstat (limited to 'netcon/docker-test/build.sh')
-rwxr-xr-x | netcon/docker-test/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netcon/docker-test/build.sh b/netcon/docker-test/build.sh index 4eaa246c..bb5fd8e7 100755 --- a/netcon/docker-test/build.sh +++ b/netcon/docker-test/build.sh @@ -3,6 +3,6 @@ echo "*** Building Zerotier-One, libraries, and test/monitor images..." ./build_zt.sh -./build_tests.sh +./build_tests.sh $1 -echo "*** Done"
\ No newline at end of file +echo "*** Done" |