Fix paralelization of remote tests
authorPavel Labath <labath@google.com>
Fri, 16 Feb 2018 11:39:38 +0000 (11:39 +0000)
committerPavel Labath <labath@google.com>
Fri, 16 Feb 2018 11:39:38 +0000 (11:39 +0000)
commite627d1653e6865dffcf2e5d5389f13ecf0f295a0
tree54c56103c669ef13649dcd9754c8e6805304131e
parent149343c374673d942dc1966903101d17b044866e
Fix paralelization of remote tests

Since we now can run multiple tests from the same directory at once, we
need to include the test name in the remote test directory instead.

I'm not sure if the test_number in the remote path is necessary anymore
(or even if it was ever necessary), but I choose to leave it in for now.

llvm-svn: 325334
lldb/packages/Python/lldbsuite/test/lldbtest.py