mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Fix parallel h5diff option of tool location
This commit is contained in:
parent
da5dff7eb7
commit
16ba94f5db
@ -389,8 +389,8 @@ while [ $# -gt 0 ]; do
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
-p) # reset the tool name and bin to run ph5diff tests
|
-p) # reset the tool name and bin to run ph5diff tests
|
||||||
TESTNAME=ph5diff
|
TESTNAME=ph5diff
|
||||||
H5DIFF=ph5diff # The tool name
|
H5DIFF=../../src/h5diff/ph5diff # The tool name
|
||||||
H5DIFF_BIN=`pwd`/$H5DIFF
|
H5DIFF_BIN=`pwd`/$H5DIFF # The path of the tool binary
|
||||||
pmode=yes
|
pmode=yes
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user