Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
016021ce
Commit
016021ce
authored
Dec 30, 2019
by
intrigeri
Browse files
Upgrader test suite: ensure we kill the test web server process after each scenario
parent
75706f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/src/iuk/features/download_target_file/step_definitions/Download_Target_File_steps.pl
View file @
016021ce
...
@@ -240,3 +240,9 @@ Then qr{^the downloaded file should be world-readable$}, fun ($c) {
...
@@ -240,3 +240,9 @@ Then qr{^the downloaded file should be world-readable$}, fun ($c) {
my
$other_read
=
$mode
&
S_IROTH
;
my
$other_read
=
$mode
&
S_IROTH
;
ok
(
$other_read
);
ok
(
$other_read
);
};
};
After
fun
(
$c
)
{
if
(
defined
$c
->
{
stash
}
->
{
scenario
}
->
{
server
}
->
{
http_pid
})
{
kill
$c
->
{
stash
}
->
{
scenario
}
->
{
server
}
->
{
http_pid
};
}
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment