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
76a38dae
Commit
76a38dae
authored
Oct 28, 2019
by
Francesc Guasch
Browse files
removed debug
parent
d9b9e07e
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/vm/p10_pools.t
View file @
76a38dae
...
...
@@ -42,7 +42,7 @@ sub test_clones($domain, $n_clones) {
wait_request
();
$domain
->
pool_clones
(
$n_clones
);
is
(
$domain
->
pool_clones
,
$n_clones
);
wait_request
(
debug
=>
1
);
wait_request
(
debug
=>
0
);
is
(
$domain
->
is_base
,
1
);
is
(
$domain
->
clones
(),
$n_clones
)
or
exit
;
is
(
$domain
->
clones
(
is_pool
=>
1
),
$n_clones
);
...
...
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