Details
Details
- Reviewers
chaoren sivachandra
Diff Detail
Diff Detail
Event Timeline
test/lang/cpp/chained-calls/TestCppChainedCalls.py | ||
---|---|---|
45 | Please use self.get_process_working_directory() instead of cwd for remote tests. |
test/lang/cpp/nsimport/TestCppNsImport.py | ||
---|---|---|
37 | You shouldn't make the change here, since the location of the target binary wrt CreateTarget is indeed os.getcwd(), but the working directory wrt to LaunchSimple could be an arbitrary remote path. |
Please use self.get_process_working_directory() instead of cwd for remote tests.