some testsuites enhancement

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

3
hcl/t/run.sh Normal file
View File

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