More enhancements to register optimization algorithms.
[fw/sdcc] / src / regression / simulate
index 548d3dbd262fc5186ca9a68a32ebaa06fb657771..55c60bd5e4382fd6d7cfd3cb8b01588a5ba73877 100755 (executable)
@@ -13,9 +13,9 @@ LOGFILE=$2
 touch $2
 echo "Test $GPSIM_SCRIPT" >> $LOGFILE
 gpsim --cli -c $GPSIM_SCRIPT $2> test
-grep "success " test | grep "= 0x0"
+grep "failures " test | grep "= 0x0"
 if [ $? -eq 0 ] ; then
   echo "PASSED" >> $LOGFILE
 else
   echo "FAILED" >> $LOGFILE
-fi
\ No newline at end of file
+fi