summaryrefslogtreecommitdiff
path: root/netcon/docker-test/build_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/docker-test/build_tests.sh')
-rwxr-xr-xnetcon/docker-test/build_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/docker-test/build_tests.sh b/netcon/docker-test/build_tests.sh
index b8ab7c5c..2da539e1 100755
--- a/netcon/docker-test/build_tests.sh
+++ b/netcon/docker-test/build_tests.sh
@@ -8,7 +8,7 @@ rm _results/*.txt
# How long we shall wait for each test to conclude
export netcon_test_wait_time=60s
-export image_build_script=build_single_image.sh
+export image_build_script=_build_single_image.sh
# Iterate over all depth=2 (relatively-speaking) directories and perform each test
find . -mindepth 2 -maxdepth 2 -type d | while read testdir; do