labath added a comment. Thank you for taking the time to add the test.
I'd like to avoid modifying the test framework for the sake of this test, if that is possible. ================ Comment at: packages/Python/lldbsuite/test/lldbtest.py:1487 'EXE': exe_name} + if not os.path.exists(os.path.dirname(exe_name)): + if os.path.dirname(exe_name): ---------------- How about you just modify the test to create the directory and copy the file there? That way you will not have to modify the general test framework for a one-off test... Repository: rL LLVM https://reviews.llvm.org/D32522 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits