edit default.nix to use the proper pytest variable

This commit is contained in:
Kayla Firestack 2021-10-20 09:53:04 -04:00
parent ae3d49e823
commit 1fe24a0e83

View File

@ -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 =