fossil: cleanup tests
This commit is contained in:
parent
6969f37233
commit
2781c7d312
@ -21,10 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ tcl ];
|
nativeBuildInputs = [ tcl ];
|
||||||
|
|
||||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||||
|
preCheck = ''
|
||||||
checkTarget = "test";
|
|
||||||
|
|
||||||
preCheck = stdenv.lib.optional doCheck ''
|
|
||||||
export TCLLIBPATH="${tcllib}/lib/tcllib${tcllib.version}"
|
export TCLLIBPATH="${tcllib}/lib/tcllib${tcllib.version}"
|
||||||
'';
|
'';
|
||||||
configureFlags = stdenv.lib.optional withJson "--json";
|
configureFlags = stdenv.lib.optional withJson "--json";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user