Restoring previous versions of nrtest files that work

This commit is contained in:
Lew Rossman
2021-04-20 15:59:23 -04:00
parent a652175523
commit c64cbe1b5f
3 changed files with 49 additions and 9 deletions

View File

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