summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump_plugin.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5dump/h5dump_plugin.sh.in')
-rw-r--r--tools/h5dump/h5dump_plugin.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump_plugin.sh.in b/tools/h5dump/h5dump_plugin.sh.in
index c732f78..89d1a6f 100644
--- a/tools/h5dump/h5dump_plugin.sh.in
+++ b/tools/h5dump/h5dump_plugin.sh.in
@@ -181,6 +181,8 @@ TOOLTEST() {
# Create the expect file if it doesn't yet exist.
echo " CREATED"
cp $actual $expect
+ echo " Expected result (*.ddl) missing"
+ nerrors="`expr $nerrors + 1`"
elif $CMP $expect $actual > /dev/null 2>&1 ; then
echo " PASSED"
else