diff options
-rw-r--r-- | tools/h5diff/h5diff.c | 1 | ||||
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff.c b/tools/h5diff/h5diff.c index a1f42f8..15f7ac6 100644 --- a/tools/h5diff/h5diff.c +++ b/tools/h5diff/h5diff.c @@ -158,6 +158,7 @@ int main(int argc, const char *argv[]) + return 0; } diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index c77aba5..14dc878 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -38,7 +38,7 @@ TESTING() { # TOOLTEST() { # Run test. - $RUNSERIAL $DUMPER_BIN "$@" + TESTING $RUNSERIAL $DUMPER_BIN "$@" } ############################################################################## @@ -50,3 +50,4 @@ TOOLTEST() { # test TOOLTEST -d dset h5diff_test1.h5 h5diff_test2.h5 +exit $nerrors |