-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libhttpseverywhere: fix build (tests) #37546
Conversation
Success on aarch64-linux (full log) Attempted: libhttpseverywhere Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: libhttpseverywhere Partial log (click to expand)
|
@@ -19,7 +19,7 @@ in stdenv.mkDerivation rec { | |||
|
|||
doCheck = true; | |||
|
|||
checkPhase = "./httpseverywhere_test"; | |||
checkPhase = "cd test && ./httpseverywhere_test && cd .."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think more typical is (cd test && ./httpseverywhere_test)
so you don't need to cd
back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, that look better.
run tests in correct directory
6eccd1d
to
7f0972e
Compare
Success on x86_64-linux (full log) Attempted: libhttpseverywhere Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: libhttpseverywhere Partial log (click to expand)
|
Cherry-picked to 18.03 in 5995e9c, thanks. |
Motivation for this change
Tests failed after update to v0.8 (wrong directory).
/cc ZHF #36453
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)