summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r--scripts/LocalDriver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py
index c85a58e396d..7263675b0ca 100644
--- a/scripts/LocalDriver.py
+++ b/scripts/LocalDriver.py
@@ -246,7 +246,7 @@ class RemoteTestCaseRunner(TestCaseRunner):
return current.serverTestCase.startServerSide(self.getConfig(current))
except Test.Common.TestCaseFailedException as ex:
current.result.writeln(ex.output)
- raise RuntimeError("test failed")
+ raise RuntimeError("test failed:\n" + str(ex))
except:
current.serverTestCase.destroy()
current.serverTestCase = None