diff --git a/tests/integrate/Autotest.sh b/tests/integrate/Autotest.sh index 5310998097..37908d1769 100755 --- a/tests/integrate/Autotest.sh +++ b/tests/integrate/Autotest.sh @@ -74,6 +74,11 @@ check_out(){ # check every 'key' word #------------------------------------------------------ for key in $properties; do + + if [ $key == "totaltimeref" ]; then + # echo "time=$cal ref=$ref" + break + fi #-------------------------------------------------- # calculated value @@ -91,11 +96,6 @@ check_out(){ #-------------------------------------------------- deviation=`awk 'BEGIN {x='$ref';y='$cal';printf "%.'$ca'f\n",x-y}'` - if [ $key == "totaltimeref" ]; then - # echo "time=$cal ref=$ref" - break - fi - #-------------------------------------------------- # If deviation < threshold, then the test passes,