mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Run dejagnu by default.
llvm-svn: 18490
This commit is contained in:
parent
9d00e8bdde
commit
8a397e7e4b
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user