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
d4e27462
Commit
d4e27462
authored
May 17, 2021
by
Francesc Guasch
Browse files
wip: fail test if no new machine
parent
6b30ef85
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/lib/Test/Ravada.pm
View file @
d4e27462
...
...
@@ -671,7 +671,9 @@ sub mojo_create_domain($t, $vm_name) {
)
->
status_is
(
302
);
wait_request
(
debug
=>
0
,
background
=>
1
);
return
rvd_front
->
search_domain
(
$name
);
my
$domain
=
rvd_front
->
search_domain
(
$name
);
ok
(
$domain
,"
Expecting domain
$name
created
")
or
exit
;
return
$domain
;
}
...
...
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