diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2020-04-03 19:29:10 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2020-04-03 19:29:10 (GMT) |
commit | a5a2fb44296327787476407a249d9470b3c80427 (patch) | |
tree | e8b16642658f11f1c49ed42397e7fed87f84e000 /tools/test | |
parent | 08e77ac6facaa0e22021d10d32cf8aefa98b7398 (diff) | |
download | hdf5-a5a2fb44296327787476407a249d9470b3c80427.zip hdf5-a5a2fb44296327787476407a249d9470b3c80427.tar.gz hdf5-a5a2fb44296327787476407a249d9470b3c80427.tar.bz2 |
Skip testing of passthrough VOL connector in a Family File tools test
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5repack/h5repack.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in index 6e63136..ad6fef8 100644 --- a/tools/test/h5repack/h5repack.sh.in +++ b/tools/test/h5repack/h5repack.sh.in @@ -745,7 +745,7 @@ TOOLTEST1() TESTING $H5REPACK $@ ( cd $TESTDIR - $RUNSERIAL $H5REPACK_BIN "$@" $infile $outfile + $ENVCMD $RUNSERIAL $H5REPACK_BIN "$@" $infile $outfile ) RET=$? if [ $RET != 0 ] ; then |