Initial checking of Failure.sh
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 18:03:49 +0000 (18:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 18:03:49 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1562 91177308-0d34-0410-b5e6-96231b3b80d8

test/Failure.sh [new file with mode: 0755]

diff --git a/test/Failure.sh b/test/Failure.sh
new file mode 100755 (executable)
index 0000000..ad989b2
--- /dev/null
@@ -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