Page MenuHomeFreeBSD

D41064.diff
No OneTemporary

D41064.diff

diff --git a/libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp b/libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
--- a/libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
+++ b/libexec/atf/atf-pytest-wrapper/atf_pytest_wrapper.cpp
@@ -141,6 +141,8 @@
std::vector<std::string> args = {"pytest", "-vv", "-p",
"no:cacheprovider", "-s", "--atf"};
+ args.push_back("--confcutdir=" + python_path);
+
if (flag_list) {
args.push_back("--co");
args.push_back(script_path);

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 2:51 AM (18 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14726470
Default Alt Text
D41064.diff (525 B)

Event Timeline