diff options
author | Philip Hands <phil@hands.com> | 2016-11-26 15:11:43 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-26 23:52:18 +0100 |
commit | 6ac8926d3ff041e3f0a03bdbd35b002f1a33fe48 (patch) | |
tree | df0c06aa0498623a25992f878027df2d0b97f270 /cucumber | |
parent | b3f6a2129748a518ea5262cc14b94f553555f2a1 (diff) | |
download | jenkins.debian.net-6ac8926d3ff041e3f0a03bdbd35b002f1a33fe48.tar.xz |
lvc: work around the Debian-Edu plymouth bug
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/install.feature | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index b2144f20..faec56e2 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -86,7 +86,8 @@ Feature: Doing variations on d-i installs @debedu Scenario: Install default Debedu Given a disk is created for Debian Edu tests - And I intend to use text mode + And I intend to use gui mode + And I intend to boot with options "url=hands.com/d-i/bug/edu-plymouth/preseed.cfg" And I start the computer And I select the install mode And I select British English |