1
0
mirror of synced 2026-04-25 03:54:31 +00:00

Add as-installed testing support

This commit is contained in:
Axel Beckert
2015-07-14 21:55:41 +02:00
parent e6653f1ae9
commit 2dcea1666a
17 changed files with 74 additions and 38 deletions

View File

@@ -129,7 +129,8 @@ sub xenRunning ($$)
my $running = 0;
unless ($CONFIG->{'xm'}) {
warn "Couldn't determine Xen toolstack, skipping check for running DomUs.";
warn "Couldn't determine Xen toolstack, skipping check for running DomUs."
unless $ENV{AS_INSTALLED_TESTING};
return 0;
}