Commit 455314a3 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

buildPython*: make doCheck default less confusing

Modify the set pattern to hint developers that the doInstallCheck
attribute of Python packages, specified by the doCheck argument of
buildPythonPackage and buildPythonApplication, defaults to true instead
of false.
parent 2ecf26f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ in

, meta ? {}

, doCheck ? config.doCheckByDefault or false
, doCheck ? true

, disabledTestPaths ? []

+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@

, passthru ? {}

, doCheck ? config.doCheckByDefault or false
, doCheck ? true

, disabledTestPaths ? []