hdf5/tools/h5diff
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-r20756] Fixes h5diff test failure on BE systems. 2011-05-05 14:37:19 -05:00
CMakeLists.txt [svn-r20676] Purpose: 2011-04-29 12:02:31 -05:00
h5diff_common.c [svn-r20427] Purpose: 2011-04-06 15:59:37 -05:00
h5diff_common.h
h5diff_main.c [svn-r20476] Removed all references to memory.h 2011-04-11 16:43:15 -05:00
h5diffgentest.c [svn-r20756] Fixes h5diff test failure on BE systems. 2011-05-05 14:37:19 -05:00
Makefile.am
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
ph5diff_main.c [svn-r20767] Purpose: 2011-05-06 17:02:24 -05:00
testh5diff.sh [svn-r20771] Problem: 2011-05-07 12:05:56 -05:00
testph5diff.sh [svn-r20119] Description: 2011-02-17 16:43:07 -05:00