Update test-config.sh
Another attempt to eliminate the Status Report comparison.
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user