]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
edit default.nix to use the proper pytest variable
authorKayla Firestack <dev@kaylafire.me>
Wed, 20 Oct 2021 13:53:04 +0000 (09:53 -0400)
committerKayla Firestack <dev@kaylafire.me>
Wed, 20 Oct 2021 13:53:04 +0000 (09:53 -0400)
default.nix

index ae0128211756cff1c40120c3f423f777e37f6a66..ef827d6c46917f6c316a956e6c834f4df4a98eaf 100644 (file)
@@ -107,7 +107,7 @@ stdenv.mkDerivation {
        checkFlags = [ 
                "BCACHEFS_TEST_USE_VALGRIND=${if testWithValgrind then "yes" else "no"}"
                # cannot escape spaces within make flags, quotes are stripped
-               "PYTEST=pytest" # "PYTEST_ARGS='-n4 --version'"
+               "PYTEST_CMD=pytest" # "PYTEST_ARGS='-n4 --version'"
        ];
 
        preCheck =