Run dejagnu by default.

llvm-svn: 18490
This commit is contained in:
Tanya Lattner 2004-12-04 06:35:14 +00:00
parent 9d00e8bdde
commit 8a397e7e4b

View File

@ -425,7 +425,7 @@ if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
if ($BuildError) { $NODEJAGNU=1; }
my $DejangnuTestResults; # String containing the results of the dejagnu
if($RUNDEJAGNU) {
if(!$NODEJAGNU) {
if($VERBOSE) { print "DEJAGNU FEATURE/REGRESSION TEST STAGE\n"; }
my $dejagnu_output = "$DejagnuTestsLog";