Fix lldbinline tests for remote targets
authorPavel Labath <labath@google.com>
Tue, 27 Feb 2018 22:45:49 +0000 (22:45 +0000)
committerPavel Labath <labath@google.com>
Tue, 27 Feb 2018 22:45:49 +0000 (22:45 +0000)
commit9bdd03f7da67b60a099237e4885c10d70ff30a7c
tree96be2c4e7f84d730c6fb6beba5ff06aacb1ffe35
parent2373f8fcf3a4eae520228e2e753575953954f3dc
Fix lldbinline tests for remote targets

r326140 exposed the fact that we are not actually running inline tests on
remote targets. The tests fail to launch the inferior in the first place
because they passed an invalid working directory to the launch function.

This should fix that.

llvm-svn: 326264
lldb/packages/Python/lldbsuite/test/lldbinline.py