Skip to content

Commit 544ceec

Browse files
thetwojByron
authored andcommitted
Adding command to init-tests-after-clone.sh to make sure submodules are recursively cloned as well
1 parent b303cb0 commit 544ceec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init-tests-after-clone.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ git checkout master || git checkout -b master
1212
git reset --hard HEAD~1
1313
git reset --hard HEAD~1
1414
git reset --hard HEAD~1
15-
git reset --hard __testing_point__
15+
git reset --hard __testing_point__
16+
git submodule update --init --recursive

0 commit comments

Comments
 (0)