We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65187e commit 35bed50Copy full SHA for 35bed50
tests/integrate/tools/catch_properties.sh
@@ -111,7 +111,6 @@ if ! test -z "$has_hs" && [ $has_hs -eq 1 ]; then
111
fi
112
# echo "$has_lowf" ## test out_wfc_lcao > 0
113
if ! test -z "$has_lowf" && [ $has_lowf -eq 1 ]; then
114
- nfile=0
115
if ! test -z "$gamma_only" && [ $gamma_only -eq 1 ]; then
116
lowfiles=`ls OUT.autotest/ | grep LOWF_GAMMA`
117
else
@@ -124,7 +123,7 @@ if ! test -z "$has_lowf" && [ $has_lowf -eq 1 ]; then
124
123
for lowf in $lowfiles;
125
do
126
if ! test -f OUT.autotest/$lowf; then
127
- echo "Non-regular LOWF found"
+ echo "Irregular LOWF file found"
128
exit 1
129
130
sed -i "1,$ s/[a-d]//g" OUT.autotest/$lowf
0 commit comments