diff options
author | Philip Hands <phil@hands.com> | 2017-03-21 12:29:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-08-01 00:53:58 -0400 |
commit | 2b575320508cc09db49a1ccf0ebe692eae2feb2e (patch) | |
tree | 84bd8c0193f9f38b1f1d67cb9ecad2a916336d7b /cucumber | |
parent | a6f41c35e337db192e612ee6e1545fcae4c69ac7 (diff) | |
download | jenkins.debian.net-2b575320508cc09db49a1ccf0ebe692eae2feb2e.tar.xz |
lvc: simplify tag usage for selecting cucumber scenarios
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/install.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 8d291d84..a90d0032 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -3,7 +3,7 @@ Feature: Doing variations on d-i installs As a normal user I should be able to install Debian - @both-ui + @default @both-ui Scenario Outline: Install Debian, and boot to a login prompt Given I install a <target_ui> Debian system, in <install_ui> mode When I start the computer |