Fix parallel h5diff option of tool location

This commit is contained in:
Allen Byrne 2016-11-02 12:21:14 -05:00
parent da5dff7eb7
commit 16ba94f5db

View File

@ -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
;; ;;