From e0ee9946a40a0db11105f45b6bd762f41bc3c9ad Mon Sep 17 00:00:00 2001 From: sewardj <unknown> Date: Fri, 13 Jul 2001 15:40:24 +0000 Subject: [PATCH] [project @ 2001-07-13 15:40:24 by sewardj] Fix bogons from last commit. --- testsuite/config/vanilla-test.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/config/vanilla-test.T b/testsuite/config/vanilla-test.T index 7ff208454d1..71436b9f6db 100644 --- a/testsuite/config/vanilla-test.T +++ b/testsuite/config/vanilla-test.T @@ -247,7 +247,7 @@ def vanilla-run-test-actions ( $extra_compile_args, { pretest_cleanup() - $res = simple_build_Main_WRK( $extra_compile_args ) + $res = simple_build_Main_WRK( $extra_compile_args, False ) -- If the compiler barf'd, fail. if $res /= "0" then say_fail_because_compiler_barfd ( $res ) -- GitLab