diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-21 22:12:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-21 22:20:26 -0800 |
commit | fcad3ead2fb012ee60517cdd992453255255f62e (patch) | |
tree | 8c51501b4cb3e05ace350a0a7bf9dae83492b660 /runtests.py | |
parent | f28ef91f1199f483492438533bc23b8960047445 (diff) |
Added a needed parameter in runtests.py.
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 2 |
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' |