diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-06-02 21:35:03 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-06-02 21:35:03 (GMT) |
commit | b71a597e86c431c0c72c30e40db6baa9d7046cf5 (patch) | |
tree | 28e1e59b5e99154a6b9e177086d4fc59e68dbda0 /tools/h5ls/testh5ls.sh.in | |
parent | bf9a02aab02fc268b799e0771dc9d167780f8c99 (diff) | |
download | hdf5-b71a597e86c431c0c72c30e40db6baa9d7046cf5.zip hdf5-b71a597e86c431c0c72c30e40db6baa9d7046cf5.tar.gz hdf5-b71a597e86c431c0c72c30e40db6baa9d7046cf5.tar.bz2 |
[svn-r20927] Purpose:
HDFFV-7607: h5ls - improve efficiency of test scripts - removing top 3 extra lines from expected output files
Description:
This is a subtask from 'HDFFV-7514 - gmqs: h5dump - improve effectiveness of testing scripts for handling expected output files'.
This is prerequisite for 'HDFFV-7602 tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.'
Tested:
jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE), Cmake (jam)
Diffstat (limited to 'tools/h5ls/testh5ls.sh.in')
-rw-r--r-- | tools/h5ls/testh5ls.sh.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5ls/testh5ls.sh.in b/tools/h5ls/testh5ls.sh.in index 224e668..798700b 100644 --- a/tools/h5ls/testh5ls.sh.in +++ b/tools/h5ls/testh5ls.sh.in @@ -78,9 +78,6 @@ TOOLTEST() { # any unexpected output from that stream too. TESTING $H5LS $@ ( - echo "#############################" - echo " output for '$H5LS $@'" - echo "#############################" cd $srcdir/../testfiles $RUNSERIAL $H5LS_BIN "$@" ) >$actual 2>$actual_err |