*** empty log message ***

This commit is contained in:
Geert-Jan Giezeman 2001-09-28 06:56:37 +00:00
parent 4c0c2b6e80
commit 2cd7312e13
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,8 @@ print_testresult()
if eval grep ERROR ErrorOutput_$1 > /dev/null ; then
RESULT="n"
else
if eval grep '[Ww]arning' CompilerOutput_$1 > /dev/null
# if eval grep '[Ww]arning' CompilerOutput_$1 > /dev/null
if eval grep -i warning CompilerOutput_$1 > /dev/null
then
RESULT="w"
else

View File

@ -1 +1 @@
1.19 (13 Mar 2001)
1.20 (28 Sep 2001)