Refactoring: bash calling in its own function.

Also:
 - Fixes Travis build reg. bf13d2f.
 - Wrapper test now cleans up after itself.
This commit is contained in:
Raphael Reitzig 2018-07-18 22:05:57 +02:00
parent bf13d2fee1
commit e01e9a4bea
3 changed files with 13 additions and 4 deletions

View file

@ -39,6 +39,8 @@ for sdk_cmd in $test_commands
echo ""
end
rm {sout, status, path}_{bash, fish}
echo "Ran $test_count commands with 3 checks each."
echo "$failures/$check_count checks failed."
exit (math $failures != 0)