diff options
-rwxr-xr-x | test/Failure.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Failure.sh b/test/Failure.sh new file mode 100755 index 0000000000..ad989b2390 --- /dev/null +++ b/test/Failure.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Failure.sh - This little script is used by the makefile to print out errors +# when they occur. + +echo +echo "******************** TEST '$1' FAILED! ********************" +echo |