Skip to content

Commit 56ffb6c

Browse files
committed
change indents
1 parent 1ff7802 commit 56ffb6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integrate/Autotest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/integrate/tools/catch_properties.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)