summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/h5diff_plugin.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5diff/h5diff_plugin.sh.in')
-rw-r--r--tools/test/h5diff/h5diff_plugin.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5diff/h5diff_plugin.sh.in b/tools/test/h5diff/h5diff_plugin.sh.in
index 0390c40..212f5d6 100644
--- a/tools/test/h5diff/h5diff_plugin.sh.in
+++ b/tools/test/h5diff/h5diff_plugin.sh.in
@@ -242,6 +242,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; then
echo " PASSED"
elif test $h5haveexitcode = 'yes' -a -z "$pmode"; then