summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/harness_end.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/harness_end.tpl')
-rw-r--r--source3/aparser/templates/harness_end.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/aparser/templates/harness_end.tpl b/source3/aparser/templates/harness_end.tpl
index 191351bee2..1e15faec16 100644
--- a/source3/aparser/templates/harness_end.tpl
+++ b/source3/aparser/templates/harness_end.tpl
@@ -1,3 +1,7 @@
+ {
+ printf("structure %s not found\n", test);
+ ret = False;
+ }
return ret;
}