Skip to content

Commit 687d55a

Browse files
Fix fall back to building test-runner if necessary
1 parent 78010f5 commit 687d55a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/scripts/utils/lib.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ function run_tests_for_os {
163163

164164
if [ -n "${TEST_DIST_DIR+x}" ]; then
165165
if [ ! -x "${TEST_DIST_DIR%/}/test-runner" ]; then
166-
executable_not_found_in_dist_error test-runner
166+
# executable_not_found_in_dist_error test-runner
167+
echo "**********************************"
168+
echo "* Building test runner"
169+
echo "**********************************"
170+
nice_time build_test_runner "$vm"
167171
fi
168172

169173
echo "**********************************"

0 commit comments

Comments
 (0)