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
3e152317
Commit
3e152317
authored
Dec 14, 2020
by
frankiejol
Browse files
refactor: skip pwd KVM test when non root
parent
83fa5520
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/kvm/p10_password.t
View file @
3e152317
...
...
@@ -382,14 +382,16 @@ sub test_reopen {
}
#######################################################
if
(
$>
)
{
diag
("
SKIPPED: Test must run as root
");
my
$msg
=
"
SKIPPED: Test must run as root
";
diag
(
$msg
);
SKIP:
{
skip
(
$msg
,
10
);
}
done_testing
();
exit
;
}
clean
();
my
$vm_name
=
'
KVM
';
...
...
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