summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dumpxml.sh.in
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-05-20 22:44:28 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-05-20 22:44:28 (GMT)
commitc24a7a7ba8c3d03ee049014b0265fe0b267b523d (patch)
treef7a56d58ee581879b742c5345ddedf53d6dbd139 /tools/h5dump/testh5dumpxml.sh.in
parentb290a2d784254feb5586d7e3171396bcc7ddc352 (diff)
downloadhdf5-c24a7a7ba8c3d03ee049014b0265fe0b267b523d.zip
hdf5-c24a7a7ba8c3d03ee049014b0265fe0b267b523d.tar.gz
hdf5-c24a7a7ba8c3d03ee049014b0265fe0b267b523d.tar.bz2
[svn-r20886] purpose:
hdffv-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files description: Removed top 3 lines from expected output file and update testing scripts accordingly. These lines started to become maintainence headaches. First phase for h5dump test update. Next phase will be for h5ls. 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), cmake (jam)
Diffstat (limited to 'tools/h5dump/testh5dumpxml.sh.in')
-rwxr-xr-xtools/h5dump/testh5dumpxml.sh.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/h5dump/testh5dumpxml.sh.in b/tools/h5dump/testh5dumpxml.sh.in
index c9f1ad2..0bd01b0 100755
--- a/tools/h5dump/testh5dumpxml.sh.in
+++ b/tools/h5dump/testh5dumpxml.sh.in
@@ -62,9 +62,6 @@ TOOLTEST() {
# Run test.
TESTING $DUMPER $@
(
- echo "#############################"
- echo "Expected output for '$DUMPER $@'"
- echo "#############################"
cd $srcdir/../testfiles
$RUNSERIAL $DUMPER_BIN $@
) >$actual 2>$actual_err