[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Tanya Brethour
tbrethou at cs.uiuc.edu
Sat Nov 20 16:10:23 PST 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.70 -> 1.71
---
Log message:
Made dejagnu option lower case.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.70 llvm/utils/NightlyTest.pl:1.71
--- llvm/utils/NightlyTest.pl:1.70 Sat Nov 20 18:02:40 2004
+++ llvm/utils/NightlyTest.pl Sat Nov 20 18:10:12 2004
@@ -347,7 +347,7 @@
$CONFIGUREARGS .= " CC=$ARGV[0]/gcc CXX=$ARGV[0]/g++"; shift; next;
}
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }
- if(/^-runDejagnu$/) { $RUNDEJAGNU = 1; next; }
+ if(/^-rundejagnu$/) { $RUNDEJAGNU = 1; next; }
print "Unknown option: $_ : ignoring!\n";
}
More information about the llvm-commits
mailing list