summaryrefslogtreecommitdiff
path: root/testapp/code_server.py
diff options
context:
space:
mode:
authorprathamesh2013-07-02 15:52:59 +0530
committerprathamesh2013-07-02 15:52:59 +0530
commiteee6362ab994bc0082fdc777c225773318978b1a (patch)
treec13413332892dd57324ecec12e30321335b7701b /testapp/code_server.py
parent217f2c859fc0b2b4a224c009e9cd374989da050e (diff)
downloadonline_test-eee6362ab994bc0082fdc777c225773318978b1a.tar.gz
online_test-eee6362ab994bc0082fdc777c225773318978b1a.tar.bz2
online_test-eee6362ab994bc0082fdc777c225773318978b1a.zip
minor changes
Diffstat (limited to 'testapp/code_server.py')
-rwxr-xr-xtestapp/code_server.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testapp/code_server.py b/testapp/code_server.py
index d6ae75d..19c70b1 100755
--- a/testapp/code_server.py
+++ b/testapp/code_server.py
@@ -204,8 +204,6 @@ class CodeServer(object):
except TimeoutException:
# Runaway code, so kill it.
proc.kill()
- # Re-raise exception.
- #raise
stderr = self.timeout_msg
stdout = ''
return proc, stdout, stderr