aboutsummaryrefslogtreecommitdiffstats
path: root/service/do.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/do.sh')
-rw-r--r--service/do.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/do.sh b/service/do.sh
index 168d495..fd3b8b0 100644
--- a/service/do.sh
+++ b/service/do.sh
@@ -52,7 +52,7 @@ elif [ "$1" == "cleansrc" ]; then
fi
done
elif [ "$1" == "test" ]; then
- SRCDIR="$PWD/src" DATADIR="$PWD/data" bash "tests/test.sh" ${@:2}
+ SRCDIR="$PWD/src" DATADIR="$PWD/container/data" bash "tests/test.sh" ${@:2}
elif [ "$1" == "make" ]; then
# build a normal version
cd src