diff options
Diffstat (limited to 'tests/events.py')
| -rw-r--r-- | tests/events.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/events.py b/tests/events.py index 83d7f2b8..dde84e26 100644 --- a/tests/events.py +++ b/tests/events.py @@ -45,7 +45,7 @@ def end_log(test_name): f.write(results) f.close() - print expected, results + print results if expected is not None: print "expected:" |
