We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78010f5 commit 687d55aCopy full SHA for 687d55a
test/scripts/utils/lib.sh
@@ -163,7 +163,11 @@ function run_tests_for_os {
163
164
if [ -n "${TEST_DIST_DIR+x}" ]; then
165
if [ ! -x "${TEST_DIST_DIR%/}/test-runner" ]; then
166
- executable_not_found_in_dist_error test-runner
+ # executable_not_found_in_dist_error test-runner
167
+ echo "**********************************"
168
+ echo "* Building test runner"
169
170
+ nice_time build_test_runner "$vm"
171
fi
172
173
echo "**********************************"
0 commit comments