From 544ceecf1a8d397635592d82808d3bb1a6d57e76 Mon Sep 17 00:00:00 2001 From: JJ Graham Date: Sun, 20 Oct 2019 16:13:31 -0500 Subject: Adding command to init-tests-after-clone.sh to make sure submodules are recursively cloned as well --- init-tests-after-clone.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init-tests-after-clone.sh') diff --git a/init-tests-after-clone.sh b/init-tests-after-clone.sh index 0d445891..e852f3cd 100755 --- a/init-tests-after-clone.sh +++ b/init-tests-after-clone.sh @@ -12,4 +12,5 @@ git checkout master || git checkout -b master git reset --hard HEAD~1 git reset --hard HEAD~1 git reset --hard HEAD~1 -git reset --hard __testing_point__ \ No newline at end of file +git reset --hard __testing_point__ +git submodule update --init --recursive \ No newline at end of file -- cgit v1.2.3