diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-11-02 20:45:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-11-02 20:45:01 (GMT) |
commit | da0f0391aebbb3b145f8be021b93ec42686367aa (patch) | |
tree | 74bcd1f0cddd720c9ec005589f84770f647259a0 /tools | |
parent | 5dc86ab718330d0cd3b90d965f91e7e21adcf9be (diff) | |
parent | 9340a6078bb711fdf1d00d6974f0c20ea319a1e3 (diff) | |
download | hdf5-da0f0391aebbb3b145f8be021b93ec42686367aa.zip hdf5-da0f0391aebbb3b145f8be021b93ec42686367aa.tar.gz hdf5-da0f0391aebbb3b145f8be021b93ec42686367aa.tar.bz2 |
Merge pull request #119 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '9340a6078bb711fdf1d00d6974f0c20ea319a1e3':
Update ignore file to match changes to tools folders
Fix parallel h5diff option of tool location
Diffstat (limited to 'tools')
-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 ;; |