Skip to content

Make CI tests actually fail if there is an error in build_tests; fix broken tests #6804

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

Merged
merged 3 commits into from
Jun 1, 2024

Conversation

cknitt
Copy link
Member

@cknitt cknitt commented Jun 1, 2024

No description provided.

@cknitt cknitt changed the title Fix citest script Make CI tests actually fail if there is an error in build_tests Jun 1, 2024
@cknitt cknitt changed the title Make CI tests actually fail if there is an error in build_tests Make CI tests actually fail if there is an error in build_tests; fix broken tests Jun 1, 2024
@cknitt cknitt force-pushed the fix-citest-script branch from 2e25c85 to 279d25f Compare June 1, 2024 14:25
@@ -44,7 +44,7 @@ async function exec(command, args, options) {
code = signals[signal] + 128;
}

resolve({ code, stdout, stderr });
resolve({ status: code, stdout, stderr });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cli_help tests use status, not code (matching the spawnSync API).

@cknitt cknitt requested a review from fhammerschmidt June 1, 2024 14:41
@cknitt cknitt merged commit 2d645c7 into master Jun 1, 2024
19 checks passed
@cknitt cknitt deleted the fix-citest-script branch June 1, 2024 16:32
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.

2 participants