projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cec26a6
)
Fix typo causing an "unary operator expected"
author
Emmanuel
<manu-silicon@users.noreply.github.com>
Thu, 24 Mar 2016 06:35:03 +0000
(15:35 +0900)
committer
Emmanuel
<manu-silicon@users.noreply.github.com>
Thu, 24 Mar 2016 06:35:03 +0000
(15:35 +0900)
The default initialization value for doCrossgen was mispelled causing a warning at
./tests/runtest.sh: line 351: [: ==: unary operator expected
tests/runtest.sh
patch
|
blob
|
history
diff --git
a/tests/runtest.sh
b/tests/runtest.sh
index 1bd7bff952fa7c1578a500520a46cedbf3b7bb45..b70adf6ada6e4b8f6e0d199b980d2d71f17a84c3 100755
(executable)
--- a/
tests/runtest.sh
+++ b/
tests/runtest.sh
@@
-654,7
+654,7
@@
coverageOutputDir=
# Handle arguments
verbose=0
-doCross
G
en=0
+doCross
g
en=0
for i in "$@"
do