diff --git a/testing/test-docker.sh b/testing/test-docker.sh index 145a920..d4788e5 100755 --- a/testing/test-docker.sh +++ b/testing/test-docker.sh @@ -73,7 +73,7 @@ function wait_for_container { title "Building" -${SCRIPT_DIR}/../build.sh +"${SCRIPT_DIR}/../build.sh" || die "Build failed" #------------------------------------------------------------------------------------------------ @@ -145,4 +145,3 @@ cd "${PREV_DIR}" # Cleanup will be handled by the trap exit $RESULT -