Chris Lattner | 9288cd9 | 2002-01-23 18:03:49 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | # Failure.sh - This little script is used by the makefile to print out errors | ||||
3 | # when they occur. | ||||
4 | |||||
5 | echo | ||||
6 | echo "******************** TEST '$1' FAILED! ********************" | ||||
7 | echo |