Make test errors stand out more

This commit is contained in:
Neale Pickett 2010-09-13 17:34:54 -06:00
parent 7e4f523347
commit bbd4405491
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#! /bin/sh -e
die () {
echo "$*"
echo "ERROR ERROR: $*"
exit 1
}