From 54c2d67c3a9dcb50b975c62208f4a890671d2749 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 llvm-svn: 1562 --- 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