mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
edit default.nix to use the proper pytest variable
This commit is contained in:
parent
ae3d49e823
commit
1fe24a0e83
@ -107,7 +107,7 @@ stdenv.mkDerivation {
|
|||||||
checkFlags = [
|
checkFlags = [
|
||||||
"BCACHEFS_TEST_USE_VALGRIND=${if testWithValgrind then "yes" else "no"}"
|
"BCACHEFS_TEST_USE_VALGRIND=${if testWithValgrind then "yes" else "no"}"
|
||||||
# cannot escape spaces within make flags, quotes are stripped
|
# cannot escape spaces within make flags, quotes are stripped
|
||||||
"PYTEST=pytest" # "PYTEST_ARGS='-n4 --version'"
|
"PYTEST_CMD=pytest" # "PYTEST_ARGS='-n4 --version'"
|
||||||
];
|
];
|
||||||
|
|
||||||
preCheck =
|
preCheck =
|
||||||
|
Loading…
Reference in New Issue
Block a user