Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
55ea68f
)
Use standard sh syntax instead of bash extensions.
author
Christian Lavoie
<clavoie@apache.org>
Sat, 19 Feb 2011 21:02:22 +0000
(21:02 +0000)
committer
Christian Lavoie
<clavoie@apache.org>
Sat, 19 Feb 2011 21:02:22 +0000
(21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1072440
13f79535
-47bb-0310-9956-
ffa450edef68
test/hs/run-test.sh
patch
|
blob
|
history
diff --git
a/test/hs/run-test.sh
b/test/hs/run-test.sh
index
78df0a8
..
4788ff2
100644
(file)
--- a/
test/hs/run-test.sh
+++ b/
test/hs/run-test.sh
@@
-19,7
+19,7
@@
# under the License.
#
-if [ "x" =
=
"x$1" ]; then
+if [ "x" = "x$1" ]; then
printf "run-test.sh needs an argument, the name of the test to run. Try 'ThriftTest' or 'ProtoDebugTest'\n"
exit 2
fi