libhttpseverywhere: fix build
run tests in correct directory
This commit is contained in:
parent
e58624a877
commit
fa50e903cf
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkPhase = "./httpseverywhere_test";
|
||||
checkPhase = "(cd test && ./httpseverywhere_test)";
|
||||
|
||||
outputs = [ "out" "devdoc" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user