Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
d132e4d9
Commit
d132e4d9
authored
Apr 07, 2017
by
Francesc Guasch
Browse files
[#156] removed dialog in test
parent
4441d673
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/kvm/m10_md5.t
View file @
d132e4d9
...
...
@@ -86,7 +86,7 @@ sub test_isos {
like
(
$iso
->
{
url
},
qr{.iso}
)
or
exit
;
like
(
$iso
->
{
url
},
qr($row->{file_re})
)
or
exit
if
$row
->
{
file_re
};
diag
(
$iso
->
{
file_re
}
.
"
->
"
.
$iso
->
{
url
})
if
$row
->
{
file_re
};
#
diag($iso->{file_re}." -> ".$iso->{url}) if $row->{file_re};
}
$sth
->
finish
;
}
...
...
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