File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ for dir in $testdir; do
171171 then
172172 ../tools/catch_properties.sh result.out
173173 if [ $? == 1 ]; then
174- echo -e " \e[1;31m [ FAILED ] Fatal Error in catch_properties.sh \e[0m"
174+ echo -e " \e[1;31m [ FAILED ] Fatal Error in catch_properties.sh \e[0m"
175175 let failed++
176176 failed_case_list+=$dir
177177 break
Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ if ! test -z "$has_lowf" && [ $has_lowf -eq 1 ]; then
133133 sed -i " 1,$ s/[F-Z]//g" OUT.autotest/$lowf
134134 sed -i " 1,$ s/)//g" OUT.autotest/$lowf
135135 sed -i " 1,$ s/(//g" OUT.autotest/$lowf
136- total_lowf=` sum_file OUT.autotest/$lowf `
137- echo " $lowf $total_lowf " >> $1
136+ total_lowf=` sum_file OUT.autotest/$lowf `
137+ echo " $lowf $total_lowf " >> $1
138138 fi
139139 done
140140 fi
You can’t perform that action at this time.
0 commit comments