summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E12not.py')
-rw-r--r--testsuite/E12not.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/E12not.py b/testsuite/E12not.py
index d8bc030..efa262d 100644
--- a/testsuite/E12not.py
+++ b/testsuite/E12not.py
@@ -521,4 +521,13 @@ rv.update(dict.fromkeys(
'reasonComment_de', 'reasonComment_it'),
'?'), "foo",
context={'alpha': 4, 'beta': 53242234, 'gamma': 17})
+
+
+def f():
+ try:
+ if not Debug:
+ print('''
+If you would like to see debugging output,
+try: %s -d5
+''' % sys.argv[0])
#