Page MenuHomeFreeBSD

D41064.id124964.diff
No OneTemporary

D41064.id124964.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
Mon, Feb 9, 5:40 AM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28544240
Default Alt Text
D41064.id124964.diff (525 B)

Event Timeline