aboutsummaryrefslogtreecommitdiff
path: root/alltests
diff options
context:
space:
mode:
Diffstat (limited to 'alltests')
-rwxr-xr-xalltests2
1 files changed, 1 insertions, 1 deletions
diff --git a/alltests b/alltests
index cd11604855..50802d4578 100755
--- a/alltests
+++ b/alltests
@@ -8,4 +8,4 @@ if [ -d $RESULTS_DIR ]; then
rm -r $RESULTS_DIR
fi
mkdir -p $RESULTS_DIR
-$FWDIR/run org.scalatest.tools.Runner -p $FWDIR/build/classes -u $RESULTS_DIR -o $@
+$FWDIR/run org.scalatest.tools.Runner -p $FWDIR/target/test/classes -u $RESULTS_DIR -o $@