From 6d216d9c836e090142b4ce4f338db64c7f5c4dbc Mon Sep 17 00:00:00 2001 From: Eli Packer Date: Thu, 9 May 2002 15:59:47 +0000 Subject: [PATCH] a fix --- .../Largest_empty_rect_2/test/Largest_empty_rect_2/cgal_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/cgal_test b/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/cgal_test index 53471d0e894..b20f0ce2ae9 100755 --- a/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/cgal_test +++ b/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/cgal_test @@ -54,7 +54,7 @@ run() if eval 2>&1 $COMMAND > $OUTPUTFILE ; then echo " execution of $1 ${data_dir}/${DATAFILE} > ${data_dir}/out succeeded" >> $ERRORFILE if ${CMP} ${data_dir}/out "${data_dir}/gold_$DATANAME" ; then -# echo " no differences between output and gold were found" >> $ERRORFILE + echo " no differences between output and gold were found" >> $ERRORFILE else echo " ERROR: differences between output and gold were found" >> $ERRORFILE echo " ERROR: differences between output and gold were found :" >> $OUTPUTFILE