diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-02 17:36:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-02 17:36:02 (GMT) |
commit | 7608b264e4a0325589ba6300ca9666ce83d88b37 (patch) | |
tree | 1821589ff8ec04f723f35aebdb49287e2f50a826 /tools/test/h5copy | |
parent | 3b81a29c469f909858b6c135036ffa43a9f97534 (diff) | |
download | hdf5-7608b264e4a0325589ba6300ca9666ce83d88b37.zip hdf5-7608b264e4a0325589ba6300ca9666ce83d88b37.tar.gz hdf5-7608b264e4a0325589ba6300ca9666ce83d88b37.tar.bz2 |
Make test scripts fail if result files are created
Diffstat (limited to 'tools/test/h5copy')
-rw-r--r-- | tools/test/h5copy/testh5copy.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5copy/testh5copy.sh.in b/tools/test/h5copy/testh5copy.sh.in index ace3981..203bfef 100644 --- a/tools/test/h5copy/testh5copy.sh.in +++ b/tools/test/h5copy/testh5copy.sh.in @@ -381,6 +381,8 @@ CMP_OUTPUT() # 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" else |