1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-14 00:06:15 +01:00
github.com_openSUSE_osc/behave/features/build.feature

14 lines
417 B
Gherkin

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