diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-11-02 17:21:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-11-02 17:21:14 (GMT) |
commit | 16ba94f5db0ad1bf71911da7e5b79ef3b5e4d6e8 (patch) | |
tree | 917de9e28ac7acf59ecc0a0571166632957e4bd3 | |
parent | da5dff7eb7482b5dc5f98e52c9fe2db0d98d36be (diff) | |
download | hdf5-16ba94f5db0ad1bf71911da7e5b79ef3b5e4d6e8.zip hdf5-16ba94f5db0ad1bf71911da7e5b79ef3b5e4d6e8.tar.gz hdf5-16ba94f5db0ad1bf71911da7e5b79ef3b5e4d6e8.tar.bz2 |
Fix parallel h5diff option of tool location
-rw-r--r-- | tools/test/h5diff/testh5diff.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5diff/testh5diff.sh.in b/tools/test/h5diff/testh5diff.sh.in index 8eae4c3..da883ac 100644 --- a/tools/test/h5diff/testh5diff.sh.in +++ b/tools/test/h5diff/testh5diff.sh.in @@ -389,8 +389,8 @@ while [ $# -gt 0 ]; do case "$1" in -p) # reset the tool name and bin to run ph5diff tests TESTNAME=ph5diff - H5DIFF=ph5diff # The tool name - H5DIFF_BIN=`pwd`/$H5DIFF + H5DIFF=../../src/h5diff/ph5diff # The tool name + H5DIFF_BIN=`pwd`/$H5DIFF # The path of the tool binary pmode=yes shift ;; |