diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-01-26 23:03:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-01-26 23:03:29 (GMT) |
commit | 42754e6246d6916d88720b32a4a2d2b6cbabb312 (patch) | |
tree | c6999853ed938b197eea6e40c1c9f9907e2a7a7a /tools/h5diff/testh5diff.sh | |
parent | 3cb812ae8a610f5e3801c89f915c680a3f1a4f5b (diff) | |
download | hdf5-42754e6246d6916d88720b32a4a2d2b6cbabb312.zip hdf5-42754e6246d6916d88720b32a4a2d2b6cbabb312.tar.gz hdf5-42754e6246d6916d88720b32a4a2d2b6cbabb312.tar.bz2 |
[svn-r9872] Purpose:
New feature.
Description:
Added new tool ph5diff. (Code done by Leon Arber.)
Code is changed but test is not working yet. For now,
it skipped all tests.
Platforms tested:
Tested in heping, serial and parallel modes.
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 91a2eb5..f8e70d7 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -47,6 +47,9 @@ TESTING() { # non-zero value. # TOOLTEST() { + if test -n "$RUNPARALLEL"; then + echo $* SKIPPED + else expect="$srcdir/../testfiles/$1" actual="../testfiles/`basename $1 .txt`.out" actual_err="../testfiles/`basename $1 .txt`.err" @@ -86,6 +89,7 @@ TOOLTEST() { if test -z "$HDF5_NOCLEANUP"; then rm -f $actual $actual_err fi + fi } ############################################################################## |