projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056ec06
)
Run dejagnu by default.
author
Tanya Lattner
<tonic@nondot.org>
Sat, 4 Dec 2004 06:35:14 +0000
(06:35 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Sat, 4 Dec 2004 06:35:14 +0000
(06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18490
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index ed0fea735d0c8e1061d4746f29ddfefa3b80c544..9fc26cb8527133817fcf9784e022d51df262a484 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-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(
$RUN
DEJAGNU) {
+if(
!$NO
DEJAGNU) {
if($VERBOSE) { print "DEJAGNU FEATURE/REGRESSION TEST STAGE\n"; }
my $dejagnu_output = "$DejagnuTestsLog";