mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
4c0c2b6e80
commit
2cd7312e13
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.19 (13 Mar 2001)
|
||||
1.20 (28 Sep 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue