diff options
Diffstat (limited to 'validate')
-rwxr-xr-x | validate | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -269,7 +269,8 @@ if [ $be_quiet -eq 1 ] && [ -z $VERBOSE ]; then TEST_VERBOSITY="VERBOSE=1 NO_PRINT_SUMMARY=YES" fi -$make $MAKE_TEST_TARGET stage=2 $BINDIST $TEST_VERBOSITY THREADS=$threads 2>&1 | tee testlog +# Use LOCAL=0, see Note [Running tests in /tmp]. +$make $MAKE_TEST_TARGET stage=2 $BINDIST LOCAL=0 $TEST_VERBOSITY THREADS=$threads 2>&1 | tee testlog check_packages post-testsuite |