summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2017-04-03 18:25:21 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2017-04-03 18:25:21 (GMT)
commit880b0705b74efe07b70c87269c8a4ef2020283eb (patch)
treef768c7a530cd8cbda5d875d80dc03cbfd2061b0a
parentf5694482bdc66db6f4946bc709cbfbe92f193980 (diff)
parenta1e68e2424a9854bf49ca877045c0e7ea498a5f6 (diff)
downloadhdf5-880b0705b74efe07b70c87269c8a4ef2020283eb.zip
hdf5-880b0705b74efe07b70c87269c8a4ef2020283eb.tar.gz
hdf5-880b0705b74efe07b70c87269c8a4ef2020283eb.tar.bz2
Merge pull request #384 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'a1e68e2424a9854bf49ca877045c0e7ea498a5f6': Added comment to file to address HDFFFV-8270
-rw-r--r--bin/output_filter.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/output_filter.sh b/bin/output_filter.sh
index 58f1c48..b8b7ff0 100644
--- a/bin/output_filter.sh
+++ b/bin/output_filter.sh
@@ -17,6 +17,21 @@
# Created Date: 2011/5/3
+# Comment added to address HDFFV-8270:
+# As I understand it, the purpose of this file is to remove extraneous messages
+# that appear in stdout and stderr on some machines that have been tested outside
+# of the HDF Group realm. The purpose of this script is to filter those
+# extraneous messages from stdout and stderr so that when the output files are
+# compared to the expected output, the extra messages will not cause failures in
+# the tests. The system messages in the comments below are out of date, meaning
+# I suppose that while the script code to filter messages on the system was
+# correct correct when last used, the output in the comments doesn't match the
+# script code that follows. I don't currently have access to any of these
+# systems to see the current output and the effect of the script code. If using
+# this file in the future, please update the comments to match the scripts in use.
+# Larry Knox 2017/3/15
+
+
# Some systems will dump some messages to stdout for various reasons.
# Remove them from the stdout result file.
# $1 is the file name of the file to be filtered.