mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:55:07 -05:00
test: fix check in run script
This commit is contained in:
@@ -23,4 +23,4 @@ echo " PASSED ${#passed[@]}"
|
||||
echo " FAILED ${#failed[@]} (${failed[@]})"
|
||||
echo " SKIPPED ${#skipped[@]} (${skipped[@]})"
|
||||
|
||||
[ ${#failed} -eq 0 ]
|
||||
[ ${#failed[@]} -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user