hdf5/tools/h5copy
Albert Cheng e21992e08f [svn-r20771] Problem:
Test scripts sometimes need to filter some system-specific messages from the
actual output so that it can match the correct expected output. These filtering
functions, ususally called "STDOUT_FILTER()" and "STDERR_FILTER()" were being
repeated in individual test scripts.  This becomes a maintenance problem and
is error prone.

Solution:
Extract the two filter functions code to bin/output_filter.sh and then each
test script sources it in. This allows reuse of coding and is much easier to
maintain and to add new filtering.

Tested:
LLNL Zeus (linux64 cluster) and Dawndev (Blue-Gene cluster), both for serial
mode only.
 --This line, and those below, will be ignored--

M    tools/misc/testh5mkgrp.sh
M    tools/h5dump/testh5dump.sh.in
M    tools/h5diff/testh5diff.sh
M    tools/h5copy/testh5copy.sh
M    tools/h5ls/testh5ls.sh.in
M    MANIFEST
A    bin/output_filter.sh
2011-05-07 12:05:56 -05:00
..
testfiles [svn-r19633] Purpose: 2010-10-18 18:06:53 -05:00
CMakeLists.txt [svn-r20717] Refactor ext lib import and install. 2011-05-04 11:18:22 -05:00
h5copy.c [svn-r20203] Purpose: 2011-03-08 15:17:17 -05:00
h5copygentest.c [svn-r20186] Verify/cleanup code due to debugging changes 2011-03-04 09:44:48 -05:00
Makefile.am
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
testh5copy.sh [svn-r20771] Problem: 2011-05-07 12:05:56 -05:00