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:
b06e848
)
Make sure GetRegEx returns something gnuplot can deal with (a number, not
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 23 Jun 2004 06:36:34 +0000
(06:36 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 23 Jun 2004 06:36:34 +0000
(06:36 +0000)
a ?) so that graphs don't bail if something fails in a test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14344
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index 4543a5a56ce0f23fe6f8274b745ec26c6b685667..57c22014f64b7cdefc8511669f92de4971ab8560 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-101,7
+101,7
@@
sub GetRegex { # (Regex with ()'s, value)
if (defined($1)) {
return $1;
}
- return "
?
";
+ return "
0
";
}
sub AddRecord {