This commit is contained in:
Eli Packer 2002-05-09 15:59:47 +00:00
parent 80641c6ae6
commit 6d216d9c83
1 changed files with 1 additions and 1 deletions

View File

@ -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