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 build-order regression from 1c98b67911e19a5f92c7fa4492aaa1000a06edad #2692

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

pmatilai
Copy link
Member

@pmatilai pmatilai commented Oct 4, 2023

Running the test-suite obviously requires on having the project completely built first. The test-suite was relying on the cli tools in the top level directory for this, but now that we moved the tools elsewhere there are zero targets at the top-level. Oops.

Update the property get_property() path accordingly, this should've been in commit 1c98b67. Rename the variable and add commentary on why we're doing this the way we are, it's not entirely obvious.

Suggested-by: Michal Domonkos mdomonko@redhat.com

Running the test-suite obviously requires on having the project completely
built first. The test-suite was relying on the cli tools in the top level
directory for this, but now that we moved the tools elsewhere there are
zero targets at the top-level. Oops.

Update the property get_property() path accordingly, this should've been
in commit 1c98b67. Rename the variable
and add commentary on why we're doing this the way we are, it's not entirely
obvious.

Suggested-by: Michal Domonkos <mdomonko@redhat.com>
@pmatilai pmatilai mentioned this pull request Oct 4, 2023
8 tasks
@dmnks
Copy link
Contributor

dmnks commented Oct 4, 2023

LGTM

@pmatilai pmatilai merged commit ea19571 into rpm-software-management:master Oct 4, 2023
1 check passed
@pmatilai pmatilai deleted the test-targets branch October 4, 2023 07:48
@dmnks dmnks added the test Testsuite-related label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testsuite-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants