Update test-config.sh

Another attempt to eliminate the Status Report comparison.
This commit is contained in:
Lew Rossman
2021-04-20 15:24:09 -04:00
parent 5c0a6efb30
commit a652175523

View File

@@ -16,6 +16,7 @@
# Suggested Usage: # Suggested Usage:
# $ for file in .//*; do ./test-config.sh $file 1.0 > "${file%.*}.json"; done # $ for file in .//*; do ./test-config.sh $file 1.0 > "${file%.*}.json"; done
# #
# "${name}.rpt": "epanet report",
filename="$1" filename="$1"
name="${filename%.*}" name="${filename%.*}"
@@ -36,7 +37,6 @@ cat<<EOF
"${name}.inp" "${name}.inp"
], ],
"output_files": { "output_files": {
"${name}.rpt": "epanet report",
"${name}.out": "epanet allclose" "${name}.out": "epanet allclose"
} }
} }