hdf5/bin
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
..
buildhdf5 [svn-r19019] Enhancements: 2010-06-18 17:47:22 -05:00
checkapi
checkposix
chkconfigure [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
chkcopyright
chkmanifest
compile
config.guess [svn-r19470] Bug fix: 1961-- AIX 6.1 --enable-share did not work. 2010-09-22 17:52:55 -05:00
config.sub [svn-r19938] Update config.sub to the latest available version (timestamp='2008-01-16', Rev. 1.361) from http://cvs.savannah.gnu.org/viewvc/config/config/. 2011-01-11 16:56:51 -05:00
COPYING
debug-ohdr
depcomp
dependencies
deploy
distdep
errors
gcov_script
h5vers
install-sh
iostats
locate_sw
ltmain.sh [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
make_err
make_overflow
make_vers [svn-r17582] Description: 2009-10-01 21:08:59 -05:00
makehelp
missing
mkdirs
mkinstalldirs
newer
output_filter.sh [svn-r20771] Problem: 2011-05-07 12:05:56 -05:00
README [svn-r18365] Edit README file to test svk sync. 2010-03-03 16:46:17 -05:00
reconfigure [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15. 2010-11-23 17:56:59 -05:00
release [svn-r17592] Bug fix: 2009-10-05 19:08:03 -05:00
runtest
snapshot [svn-r18293] Added yodconfigure feature. 2010-02-19 14:43:15 -05:00
snapshot_version
timekeeper
trace [svn-r20652] Description: 2011-04-26 16:42:45 -05:00
yodconfigure

The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest.  The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.