hcl/t/run.sh

4 lines
54 B
Bash

#!/bin/sh
$@ 2>&1 | grep -Eq ^ERROR: && exit 1
exit 0