summaryrefslogtreecommitdiff
path: root/init-tests-after-clone.sh
diff options
context:
space:
mode:
authorJJ Graham <thetwoj@gmail.com>2019-10-20 16:13:31 -0500
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-21 13:10:28 +0200
commit544ceecf1a8d397635592d82808d3bb1a6d57e76 (patch)
treed5e7be182e0f98528c1245986e86bb0ab1a73d11 /init-tests-after-clone.sh
parentb303cb0c5995bf9c74db34a8082cdf5258c250fe (diff)
downloadgitpython-544ceecf1a8d397635592d82808d3bb1a6d57e76.tar.gz
Adding command to init-tests-after-clone.sh to make sure submodules are recursively cloned as well
Diffstat (limited to 'init-tests-after-clone.sh')
-rwxr-xr-xinit-tests-after-clone.sh3
1 files changed, 2 insertions, 1 deletions
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