mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-06-24 14:01:21 +02:00
Fix test.sh auto submodule initialization
This commit is contained in:
parent
88e71bbb38
commit
67d71fdb1f
2
test.sh
2
test.sh
@ -30,7 +30,7 @@ done
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# 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 update
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user