test: fix check in run script
This commit is contained in:
parent
be203d9af0
commit
192f74f0a1
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ echo " PASSED ${#passed[@]}"
|
|||
echo " FAILED ${#failed[@]} (${failed[@]})"
|
||||
echo " SKIPPED ${#skipped[@]} (${skipped[@]})"
|
||||
|
||||
[ ${#failed} -eq 0 ]
|
||||
[ ${#failed[@]} -eq 0 ]
|
||||
|
|
Loading…
Reference in a new issue