criterion: remove redundant checkTarget
"test" is the default value used by the Ninja setup hook.
This commit is contained in:
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
|
||||
nativeCheckInputs = with python3Packages; [ cram ];
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ci/isdir.py src/protocol/gen-pb.py
|
||||
|
||||
Reference in New Issue
Block a user