aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2014-07-30 12:24:35 -0700
committerReynold Xin <rxin@apache.org>2014-07-30 12:24:35 -0700
commitf2eb84fe737e6b06f5625640b209cf02f80732cf (patch)
tree5e0388b0761505d39cc0606d88ab73aff9eaf2c0 /dev/run-tests
parentff511bacf223e19244f5f6114d60af7dcadeda4d (diff)
downloadspark-f2eb84fe737e6b06f5625640b209cf02f80732cf.tar.gz
spark-f2eb84fe737e6b06f5625640b209cf02f80732cf.tar.bz2
spark-f2eb84fe737e6b06f5625640b209cf02f80732cf.zip
Wrap FWDIR in quotes.
Diffstat (limited to 'dev/run-tests')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index c95ef8a574..f2b523b996 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -19,7 +19,7 @@
# Go to the Spark project root directory
FWDIR="$(cd `dirname $0`/..; pwd)"
-cd $FWDIR
+cd "$FWDIR"
if [ -z "$SBT_MAVEN_PROFILES" ]; then
export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"