From bfec21e5fd148c993af86581d29a58d3defc2dff Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Sat, 29 Jan 2005 15:22:54 -0500 Subject: [svn-r9885] Purpose: bug fix Description: calling h5diff from the h5repack test script running mpicc , the path of one of the files was not found Solution: inserted the full path in the script Platforms tested: linux (with mpicc and gcc) Misc. update: --- tools/h5repack/h5repack.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index a21d608..d1f00c1 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -93,7 +93,8 @@ TOOLTEST() TESTING $H5REPACK $@ infile=$srcdir/../testfiles/$1 - outfile=out.$1 + path=`pwd` + outfile=$path/out.$1 shift if [ "`uname -s`" = "TFLOPS O/S" ]; then $RUNSERIAL $H5REPACK_BIN -i $infile -o $outfile $@ -- cgit v0.12