summaryrefslogtreecommitdiff
path: root/utils/NightlyTest.pl
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-21 00:10:12 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-21 00:10:12 +0000
commit794dae568732de249b1242165138da4f051e394c (patch)
treef96af2eb933f1abcdb19b8cf0f587f20f3858784 /utils/NightlyTest.pl
parent5debe8c6db9e1cd2e38870d2267ebfe27ab730a0 (diff)
downloadllvm-794dae568732de249b1242165138da4f051e394c.tar.gz
llvm-794dae568732de249b1242165138da4f051e394c.tar.bz2
llvm-794dae568732de249b1242165138da4f051e394c.tar.xz
Made dejagnu option lower case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTest.pl')
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 4919d53bb2..e31414b8c8 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -347,7 +347,7 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
$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";
}