This is an automated email from the ASF dual-hosted git repository.
jacksontj pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver-qa.git
The following commit(s) were added to refs/heads/master by this push:
new 24180ea Fix typo!
24180ea is described below
commit 24180eac5085ba7eda1bbe2fb1ed264cb6ed6df1
Author: Thomas Jackson <[email protected]>
AuthorDate: Fri Nov 4 08:08:26 2016 -0700
Fix typo!
This typo would cause the error message to be lost, which is suboptimal
---
tsqa/test_cases.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tsqa/test_cases.py b/tsqa/test_cases.py
index b145df2..f2de20d 100644
--- a/tsqa/test_cases.py
+++ b/tsqa/test_cases.py
@@ -190,7 +190,7 @@ class DynamicHTTPEndpointCase(unittest.TestCase):
cls.http_endpoint.ready.wait()
if cls.http_endpoint.error is not None:
- raise unittest.SkipTest('Error starting DynamicHTTPEndpoint:
{0}'.format(e))
+ raise unittest.SkipTest('Error starting DynamicHTTPEndpoint:
{0}'.format(cls.http_endpoint.error))
# Do this last, so we can get our stuff registered
# call parent constructor
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].