From 9288cd9c6bd96d0255245a7cd7ba5d701bed55e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 23 Jan 2002 18:03:49 +0000 Subject: [PATCH] Initial checking of Failure.sh git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1562 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Failure.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test/Failure.sh diff --git a/test/Failure.sh b/test/Failure.sh new file mode 100755 index 00000000000..ad989b2390d --- /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