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:
ebd7030
)
Fix the nightly tester now that olden has been moved
author
Chris Lattner
<sabre@nondot.org>
Sun, 14 Sep 2003 06:00:49 +0000
(06:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 14 Sep 2003 06:00:49 +0000
(06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8508
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index acf32165b9d36f7a4658cb10fb348efe07e3d921..85dbae7f6c9ae0132bfa6bcbb7bfa100d78725d0 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-377,7
+377,7
@@
if ($BuildError eq "") {
my ($NATTime, $CBETime, $LLCTime, $JITTime, $OptTime, $BytecodeSize,
$MachCodeSize) = ("","","","","","","");
if (!$NORUNNINGTESTS) {
- chdir "test/Programs/MultiSource/Olden" or die "Olden tests moved?";
+ chdir "test/Programs/MultiSource/
Benchmarks/
Olden" or die "Olden tests moved?";
# Clean out previous results...
system "gmake $MAKEOPTS clean > /dev/null 2>&1";