aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-23 18:03:49 +0000
committerChris Lattner <sabre@nondot.org>2002-01-23 18:03:49 +0000
commit9288cd9c6bd96d0255245a7cd7ba5d701bed55e5 (patch)
tree0163307339ce234694693ef6414a627f97e26502
parent3e811739027e1249f85e2483ef7304de1864fd69 (diff)
Initial checking of Failure.sh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1562 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xtest/Failure.sh7
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