test: Remove empty variable
Copy-pasta bug!
This commit is contained in:
@@ -25,7 +25,7 @@ done
|
|||||||
|
|
||||||
if [[ -n "$failures" ]]; then
|
if [[ -n "$failures" ]]; then
|
||||||
echo 'FAIL'
|
echo 'FAIL'
|
||||||
echo "The following tests (in: ${linkto}) have failed:"
|
echo "The following tests have failed:"
|
||||||
echo -e "$failures"
|
echo -e "$failures"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user