From b19aa4522994f0a045280496e9ff0765c910c2a5 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 11 Oct 2002 12:59:24 -0500 Subject: [svn-r5978] Purpose: Bug Fix Description: Tests were failing on SOlaris machines. Solution: Added an explicit return value (0) to the script and main function. --- tools/h5diff/h5diff.c | 1 + tools/h5diff/testh5diff.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12