summaryrefslogtreecommitdiff
path: root/scripts/Controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Controller.py')
-rwxr-xr-xscripts/Controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Controller.py b/scripts/Controller.py
index aa5ab422855..942845fe245 100755
--- a/scripts/Controller.py
+++ b/scripts/Controller.py
@@ -95,7 +95,7 @@ class ControllerDriver(Driver):
return self.current.serverTestCase._startServerSide(self.current)
except Exception as ex:
self.serverSideRunning = False
- raise Test.Common.TestCaseFailedException(self.current.result.getOutput() + "\n" + str(ex))
+ raise Test.Common.TestCaseFailedException(self.current.result.getOutput() + "\n" + traceback.format_exc())
def stopServerSide(self, success, c):
if self.serverSideRunning: