Skip to content
Snippets Groups Projects
Commit eb17799f authored by Łukasz Plewa's avatar Łukasz Plewa Committed by Grzegorz Brzeziński
Browse files

test: fix failing pmemdetect on windows

After pmem/pmdk#3099 pmemdetect on windows was silently failing due to
missing access to libpmem which was moved to a different directory.
To fix this issue we have to append lib directory to the PATH variable.

This change moves pmemdetect related code to a separate
thread (separate shell), as we should not modify PATH
variable in the user shell.
parent 1245116a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment