Make test scripts fail if result files are created

This commit is contained in:
Allen Byrne
2017-05-02 12:36:02 -05:00
parent 3b81a29c46
commit 7608b264e4
15 changed files with 403 additions and 333 deletions

View File

@@ -502,6 +502,8 @@ TOOLTEST() {
# Create the expect file if it doesn't yet exist.
echo " CREATED"
cp $actual $expect
echo " Expected result (*.ddl) missing"
nerrors="`expr $nerrors + 1`"
elif $CMP $expect $actual; then
echo " PASSED"
elif test $h5haveexitcode = 'yes' -a -z "$pmode"; then