Author: enrico Date: Fri Oct 2 17:53:32 2015 New Revision: 249210 URL: http://llvm.org/viewvc/llvm-project?rev=249210&view=rev Log: Do not attempt to join the remote paths if none exist
Modified: lldb/trunk/test/lldbtest.py Modified: lldb/trunk/test/lldbtest.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=249210&r1=249209&r2=249210&view=diff ============================================================================== --- lldb/trunk/test/lldbtest.py (original) +++ lldb/trunk/test/lldbtest.py Fri Oct 2 17:53:32 2015 @@ -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(), _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits