diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-23 18:03:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-23 18:03:49 +0000 |
commit | 9288cd9c6bd96d0255245a7cd7ba5d701bed55e5 (patch) | |
tree | 0163307339ce234694693ef6414a627f97e26502 /test/Failure.sh | |
parent | 3e811739027e1249f85e2483ef7304de1864fd69 (diff) | |
download | llvm-9288cd9c6bd96d0255245a7cd7ba5d701bed55e5.tar.gz |
Initial checking of Failure.sh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Failure.sh')
-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 000000000000..ad989b2390d3 --- /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 |