Skip to content

Commit

Permalink
Show name of tests that timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Jul 25, 2014
1 parent 7cd6227 commit 5e25b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LambdaS5/tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_wrapper(args):
run_test(*args)
except subprocess.TimeoutExpired:
with output_lock:
print('timeout')
print('%s: timeout' % test)
timeout.append(test)
except Exception as e:
stop = True
Expand Down

0 comments on commit 5e25b43

Please sign in to comment.