mirror of
https://github.com/tmux-plugins/tpm.git
synced 2025-09-10 21:36:57 +00:00
Enable running test suite via run
script
This commit is contained in:
@ -44,12 +44,12 @@ fail_helper() {
|
||||
exit_value_helper() {
|
||||
local fail="$1"
|
||||
if [ "$FAIL" == "true" ]; then
|
||||
echo "FAIL!"
|
||||
echo
|
||||
echo "Test failed"
|
||||
exit 1
|
||||
else
|
||||
echo "SUCCESS"
|
||||
echo
|
||||
echo "Test finished successfully"
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user