summaryrefslogtreecommitdiff
path: root/test/option/debug-time.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-time.py')
-rw-r--r--test/option/debug-time.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/debug-time.py b/test/option/debug-time.py
index e8873cfb..8a975a37 100644
--- a/test/option/debug-time.py
+++ b/test/option/debug-time.py
@@ -64,6 +64,12 @@ test.write('f4.in', "f4.in\n")
+# Before anything else, make sure we get valid --debug=time results
+# when just running the help option.
+test.run(arguments = "-h --debug=time")
+
+
+
def num(s, match):
return float(re.search(match, s).group(1))