We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a32454 commit ed28219Copy full SHA for ed28219
test/scripts/utils/lib.sh
@@ -161,11 +161,7 @@ function run_tests_for_os {
161
exit 1
162
fi
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
167
- fi
168
-
+ if [ -n "${TEST_DIST_DIR+x}" ] && [ -x "${TEST_DIST_DIR%/}/test-runner" ]; then
169
echo "**********************************"
170
echo "* Using test-runner in $TEST_DIST_DIR"
171
0 commit comments