summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-05-07 17:06:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-05-07 17:06:48 (GMT)
commitbcde54c0031d29a56bea731303e0bd10d37b8bd7 (patch)
tree4eff4df18acd1ccc6fa569eb0dd1a2e598fa700e /MANIFEST
parent88a54b790d4c3fcf96161f97192be7bad44cf156 (diff)
downloadhdf5-bcde54c0031d29a56bea731303e0bd10d37b8bd7.zip
hdf5-bcde54c0031d29a56bea731303e0bd10d37b8bd7.tar.gz
hdf5-bcde54c0031d29a56bea731303e0bd10d37b8bd7.tar.bz2
[svn-r20772] 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.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 2f8dfbb..7a039d4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -64,6 +64,7 @@
./bin/mkdirs
./bin/mkinstalldirs
./bin/newer
+./bin/output_filter.sh
./bin/reconfigure _DO_NOT_DISTRIBUTE_
./bin/release
./bin/runtest _DO_NOT_DISTRIBUTE_