summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-21 22:12:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-21 22:20:26 -0800
commitfcad3ead2fb012ee60517cdd992453255255f62e (patch)
tree8c51501b4cb3e05ace350a0a7bf9dae83492b660
parentf28ef91f1199f483492438533bc23b8960047445 (diff)
Added a needed parameter in 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'