Fix test.sh auto submodule initialization

This commit is contained in:
Ethan P 2020-02-19 20:52:34 -08:00
parent 88e71bbb38
commit 67d71fdb1f
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -30,7 +30,7 @@ done
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Initialize submodule if it isn't already. # Initialize submodule if it isn't already.
if ! [[ -d "${HERE}/.test-framework" ]]; then if ! [[ -f "${HERE}/.test-framework/bin/best.sh" ]]; then
git submodule init '.test-framework' git submodule init '.test-framework'
git submodule update git submodule update
fi fi