summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-10-11 17:59:24 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-10-11 17:59:24 (GMT)
commitb19aa4522994f0a045280496e9ff0765c910c2a5 (patch)
tree4f6b76c3b5cecc5ba6e1d69404edca8eec66f765 /tools/h5diff/testh5diff.sh
parentb5bd1a150fe23e99774c85c9c83e0350bd3c3879 (diff)
downloadhdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.zip
hdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.tar.gz
hdf5-b19aa4522994f0a045280496e9ff0765c910c2a5.tar.bz2
[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.
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh3
1 files changed, 2 insertions, 1 deletions
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