Skip to content
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

Fix missing test runner binary in CI #5585

Merged
merged 2 commits into from
Dec 12, 2023

Conversation

MarkusPettersson98
Copy link
Contributor

@MarkusPettersson98 MarkusPettersson98 commented Dec 12, 2023

The new image used for building the test framework (since #5569) overrode CARGO_TARGET_DIR, which lead to the test-runner artifact being output in an unexpected target directory. This PR sets the expected CARGO_TARGET_DIR explicitly.

This PR also drive-by fixes an issue with the macOS test-runner not being able to start the mullvad-daemon after it has been stopped by a test case, causing the test suite to halt.


This change is Reviewable

@MarkusPettersson98 MarkusPettersson98 force-pushed the fix/missing-test-runner-binary-in-ci branch from 45a9ac2 to 0018bda Compare December 12, 2023 16:18
@MarkusPettersson98 MarkusPettersson98 merged commit 27adecb into main Dec 12, 2023
25 checks passed
@MarkusPettersson98 MarkusPettersson98 deleted the fix/missing-test-runner-binary-in-ci branch December 12, 2023 16:18
@MarkusPettersson98
Copy link
Contributor Author

@dlon OK'd this PR AFK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant