From 80deb2cba52123bc8863bede34d578321e2b378e Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Tue, 10 Jun 2014 23:33:29 -0600 Subject: [PATCH] renaming the test method back to test --- clients/timeout_corner/stress_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/timeout_corner/stress_test.py b/clients/timeout_corner/stress_test.py index 880c430..397b71c 100644 --- a/clients/timeout_corner/stress_test.py +++ b/clients/timeout_corner/stress_test.py @@ -53,10 +53,10 @@ def process_files(path): c.close() # Fixme: see https://github.com/SuperCowPowers/workbench/issues/40 -def disabled(): +def test(): ''' stress_test test ''' main() if __name__ == '__main__': - disabled() + test()