some testsuites enhancement

This commit is contained in:
2022-02-21 15:22:22 +00:00
parent 5c7febf9a8
commit e70e54293d
5 changed files with 13 additions and 10 deletions

3
t/run.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
$@ | grep -E ^ERROR: && exit 1
exit 0