From 67d71fdb1f4edf3b71412086f7a052f6cc1fa342 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Wed, 19 Feb 2020 20:52:34 -0800 Subject: [PATCH] Fix test.sh auto submodule initialization --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index b66c59b..ead5d60 100755 --- a/test.sh +++ b/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