Created
January 24, 2014 07:44
-
-
Save l4u/8593589 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[martini] Completed 200 OK in 135.28us | |
[martini] Started GET / | |
[martini] Completed 200 OK in 83.209us | |
Cleaning up children | |
Killing child's pgid: 40740 | |
bin/start-servers: killing child 40743 | |
Traceback (most recent call last): | |
File "test/harness", line 113, in <module> | |
main() | |
File "test/harness", line 110, in main | |
harness.run() | |
File "/Users/leo/Projects/ctf3/level3/test/lib/test_framework.py", line 106, in run | |
self.execute(test_cases_to_execute) | |
File "test/harness", line 74, in new_func | |
rv = func(*args, **kwargs) | |
File "test/harness", line 96, in execute | |
self.runner.run_test_case(test_case.json) | |
File "/Users/leo/Projects/ctf3/level3/test/lib/test_framework.py", line 188, in run_test_case | |
return self.report_result(test_case, result) | |
File "/Users/leo/Projects/ctf3/level3/test/runner.py", line 163, in report_result | |
sorted_your = sorted(your) | |
TypeError: 'NoneType' object is not iterable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment