summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 8a37f6d..aec769b 100755
--- a/runtests.py
+++ b/runtests.py
@@ -217,7 +217,7 @@ def do_test(markdown_lines, expected_html_lines, headertext,
sys.stdout.write('\n')
return 'fail'
else:
- print_test_header(example_number,start_line,end_line)
+ print_test_header(headertext, example_number, start_line, end_line)
print "program returned error code %d" % retcode
print(err)
return 'error'