Commit 0c7a763e authored by Sebastien Robin's avatar Sebastien Robin

task distribution: pass node title parameter when starting unit test

This allows to know the node working on test, thus we can redraft
lines when a runTestSuite command fails
parent 245e514a
......@@ -243,7 +243,7 @@ class TestResultProxy(RPCRetry):
do.
"""
result = self._retryRPC('startUnitTest', (self._test_result_path,
binarize_args(exclude_list)))
binarize_args(exclude_list), self._node_title))
if result:
line_url, test_name = result
result = TestResultLineProxy(self._proxy, self._retry_time,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment