summaryrefslogtreecommitdiff
path: root/scripts/prepareForTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prepareForTests.sh')
-rwxr-xr-xscripts/prepareForTests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prepareForTests.sh b/scripts/prepareForTests.sh
index d10a04b7..0a5ce709 100755
--- a/scripts/prepareForTests.sh
+++ b/scripts/prepareForTests.sh
@@ -20,7 +20,7 @@ BASE_DIR="$SCRIPT_DIR/.."
git checkout -- \*
git checkout -- \.\*
-rm -r $BASE_DIR/bitmaskcore/lib/*
+rm -r $BASE_DIR/bitmask-core-android/lib/*
git submodule foreach --recursive git reset --hard HEAD
git submodule sync --recursive
git submodule update --init --recursive