[all-commits] [llvm/llvm-project] 74338b: A test was changing directory and then incorrectly...
jimingham via All-commits
all-commits at lists.llvm.org
Tue Sep 19 16:46:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74338bfe0cfec8b8db24af131cdeb664e346a1b5
https://github.com/llvm/llvm-project/commit/74338bfe0cfec8b8db24af131cdeb664e346a1b5
Author: Jim Ingham <jingham at apple.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M lldb/test/API/commands/process/attach/TestProcessAttach.py
Log Message:
-----------
A test was changing directory and then incorrectly restoring the directory
to the "testdir" which is the build directory for that test, not the
original source directory. That caused subsequent tests to fail.
More information about the All-commits
mailing list