summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-10-02 22:53:32 +0000
committerEnrico Granata <egranata@apple.com>2015-10-02 22:53:32 +0000
commitbd0998a1beccf1d88443f87b6c2ed738675ec564 (patch)
treeb1a0d8f15eebd8d4edf19cffa72d2591fe1befdc
parent25b9ced0ed6a342863b084b558f1a238f2f93283 (diff)
downloadbcm5719-llvm-bd0998a1beccf1d88443f87b6c2ed738675ec564.tar.gz
bcm5719-llvm-bd0998a1beccf1d88443f87b6c2ed738675ec564.zip
Do not attempt to join the remote paths if none exist
llvm-svn: 249210
-rw-r--r--lldb/test/lldbtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index b59d692785e..5463c573c55 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -2407,7 +2407,7 @@ class TestBase(Base):
if lldb.pre_flight:
lldb.pre_flight(self)
- if lldb.remote_platform:
+ if lldb.remote_platform and lldb.remote_platform_working_dir:
remote_test_dir = lldbutil.join_remote_paths(
lldb.remote_platform_working_dir,
self.getArchitecture(),
OpenPOWER on IntegriCloud