Author: kpvdr
Date: 2009-07-10 16:10:34 -0400 (Fri, 10 Jul 2009)
New Revision: 3486
Modified:
store/trunk/cpp/tests/cluster/run_cluster_tests
Log:
Script bugfix
Modified: store/trunk/cpp/tests/cluster/run_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_cluster_tests 2009-07-10 19:43:58 UTC (rev 3485)
+++ store/trunk/cpp/tests/cluster/run_cluster_tests 2009-07-10 20:10:34 UTC (rev 3486)
@@ -23,7 +23,7 @@
srcdir=`dirname $0`
-if test $1 == "LONG_TEST"; then
+if test x$1 == x"LONG_TEST"; then
echo "Running long tests..."
LONG_TEST=1
fi
Show replies by date