diff options
Diffstat (limited to 'source3/aparser/templates/harness_end.tpl')
-rw-r--r-- | source3/aparser/templates/harness_end.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/aparser/templates/harness_end.tpl b/source3/aparser/templates/harness_end.tpl new file mode 100644 index 0000000000..1e15faec16 --- /dev/null +++ b/source3/aparser/templates/harness_end.tpl @@ -0,0 +1,7 @@ + { + printf("structure %s not found\n", test); + ret = False; + } + + return ret; +} |