From 16ba94f5db0ad1bf71911da7e5b79ef3b5e4d6e8 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 2 Nov 2016 12:21:14 -0500 Subject: Fix parallel h5diff option of tool location --- tools/test/h5diff/testh5diff.sh.in | 4 ++-- 1 file 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 ;; -- cgit v0.12 From 9340a6078bb711fdf1d00d6974f0c20ea319a1e3 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 2 Nov 2016 13:51:34 -0500 Subject: Update ignore file to match changes to tools folders --- .gitignore | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 1c4acc6..002c4a6 100644 --- a/.gitignore +++ b/.gitignore @@ -79,27 +79,38 @@ test/testfiles/Makefile.in test/testfiles/plist_files/Makefile.in testpar/Makefile.in tools/Makefile.in -tools/h5copy/Makefile.in -tools/h5copy/testfiles/Makefile.in -tools/h5diff/Makefile.in -tools/h5diff/testfiles/Makefile.in -tools/h5dump/Makefile.in -tools/h5dump/errfiles/Makefile.in -tools/h5format_convert/Makefile.in -tools/h5import/Makefile.in -tools/h5import/testfiles/Makefile.in -tools/h5jam/Makefile.in -tools/h5jam/testfiles/Makefile.in -tools/h5ls/Makefile.in -tools/h5repack/Makefile.in -tools/h5repack/testfiles/Makefile.in -tools/h5stat/Makefile.in -tools/h5stat/testfiles/Makefile.in tools/lib/Makefile.in -tools/misc/Makefile.in -tools/misc/testfiles/Makefile.in -tools/misc/vds/Makefile.in -tools/perform/Makefile.in tools/testfiles/Makefile.in tools/testfiles/pbits/Makefile.in tools/testfiles/vds/Makefile.in +tools/src/h5copy/Makefile.in +tools/src/h5diff/Makefile.in +tools/src/h5dump/Makefile.in +tools/src/h5format_convert/Makefile.in +tools/src/h5import/Makefile.in +tools/src/h5jam/Makefile.in +tools/src/h5ls/Makefile.in +tools/src/h5repack/Makefile.in +tools/src/h5stat/Makefile.in +tools/src/misc/Makefile.in +tools/src/misc/vds/Makefile.in +tools/test/h5copy/Makefile.in +tools/test/h5copy/testfiles/Makefile.in +tools/test/h5diff/Makefile.in +tools/test/h5diff/testfiles/Makefile.in +tools/test/h5dump/Makefile.in +tools/test/h5dump/errfiles/Makefile.in +tools/test/h5format_convert/Makefile.in +tools/test/h5import/Makefile.in +tools/test/h5import/testfiles/Makefile.in +tools/test/h5jam/Makefile.in +tools/test/h5jam/testfiles/Makefile.in +tools/test/h5ls/Makefile.in +tools/test/h5repack/Makefile.in +tools/test/h5repack/testfiles/Makefile.in +tools/test/h5stat/Makefile.in +tools/test/h5stat/testfiles/Makefile.in +tools/test/misc/Makefile.in +tools/test/misc/testfiles/Makefile.in +tools/test/misc/vds/Makefile.in +tools/test/perform/Makefile.in -- cgit v0.12