Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding command to init-tests-after-clone.sh to make sure submodules a…
…re recursively cloned as well
  • Loading branch information
thetwoj committed Oct 20, 2019
commit c596b035734352e0f08adb478c952289f62ca232
3 changes: 2 additions & 1 deletion init-tests-after-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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__
git reset --hard __testing_point__
git submodule update --init --recursive