mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 05:17:11 -07:00
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:
parent
bf13d2fee1
commit
e01e9a4bea
3 changed files with 13 additions and 4 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue