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
1f4ef498
Commit
1f4ef498
authored
Dec 14, 2020
by
Francesc Guasch
Browse files
Merge branch 'develop' of
https://github.com/UPC/ravada
into develop
parents
66b5253b
1a192aac
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/vm/compact.t
View file @
1f4ef498
...
...
@@ -75,6 +75,15 @@ sub test_compact($vm) {
}
#######################################################
if
(
$>
)
{
my
$msg
=
"
SKIPPED: Test must run as root
";
diag
(
$msg
);
SKIP:
{
skip
(
$msg
,
113
);
}
done_testing
();
exit
;
}
clean
();
...
...
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