Skip to content

Commit

Permalink
Fix submodule tests/shunit2
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoz committed Jul 16, 2020
1 parent 84f158b commit a03ecdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi

if [ ! -f "$testDir/shunit2/shunit2" ]; then
echo "Could not find shunit2 in $testDir/shunit2."
echo "Run 'git submodules init && git submodules update'"
echo "Run 'git submodule update --init'"
exit 2
fi

Expand Down
1 change: 1 addition & 0 deletions tests/shunit2
Submodule shunit2 added at 3f2bff

0 comments on commit a03ecdf

Please sign in to comment.