aboutsummaryrefslogtreecommitdiff
path: root/alltests
diff options
context:
space:
mode:
Diffstat (limited to 'alltests')
-rwxr-xr-xalltests11
1 files changed, 0 insertions, 11 deletions
diff --git a/alltests b/alltests
deleted file mode 100755
index 50802d4578..0000000000
--- a/alltests
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-FWDIR="`dirname $0`"
-if [ "x$SPARK_MEM" == "x" ]; then
- export SPARK_MEM=500m
-fi
-RESULTS_DIR="$FWDIR/build/test_results"
-if [ -d $RESULTS_DIR ]; then
- rm -r $RESULTS_DIR
-fi
-mkdir -p $RESULTS_DIR
-$FWDIR/run org.scalatest.tools.Runner -p $FWDIR/target/test/classes -u $RESULTS_DIR -o $@