1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00

Fix TypeError: SimpleFlag.__init__() got an unexpected keyword argument '_apiurl'

This commit is contained in:
2024-03-11 09:09:29 +01:00
parent ce1855fbb8
commit 40807ec1d5
3 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
Feature: `osc build` command
# common steps for all scenarios
Background:
Given I set working directory to "{context.osc.temp}"
And I execute osc with args "co test:factory/test-pkgA"
And I set working directory to "{context.osc.temp}/test:factory/test-pkgA"
Scenario: Run `osc build --just-print-buildroot`
When I execute osc with args "build --just-print-buildroot"
Then the exit code is 0

View File

@@ -5,6 +5,10 @@
<person userid="Admin" role="maintainer"/>
<lock>
<disable/>
</lock>
<build>
<disable/>
</build>