aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index 795d16a4d9..c95ef8a574 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -21,7 +21,10 @@
FWDIR="$(cd `dirname $0`/..; pwd)"
cd $FWDIR
-export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"
+if [ -z "$SBT_MAVEN_PROFILES" ]; then
+ export SBT_MAVEN_PROFILES="-Pyarn -Phadoop-2.3 -Dhadoop.version=2.3.0"
+fi
+echo "SBT_MAVEN_PROFILES=\"$SBT_MAVEN_PROFILES\""
# Remove work directory
rm -rf ./work