summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-05-24 10:38:37 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-05-24 10:38:37 +0200
commit1b7bf23345dcf21fb68363b3c75e6c0f5b28b590 (patch)
tree37b897167d61a3c10c7b899bfdd0e4165ee91ac8 /scripts/LocalDriver.py
parentAMI cross test failure (diff)
downloadice-1b7bf23345dcf21fb68363b3c75e6c0f5b28b590.tar.bz2
ice-1b7bf23345dcf21fb68363b3c75e6c0f5b28b590.tar.xz
ice-1b7bf23345dcf21fb68363b3c75e6c0f5b28b590.zip
Minor Android fixes
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