[pkg-kolab] r1430 - pkg-kolab_testsuite
Mathieu Parent
sathieu at alioth.debian.org
Fri Nov 27 22:51:44 UTC 2009
Author: sathieu
Date: 2009-11-27 22:51:44 +0000 (Fri, 27 Nov 2009)
New Revision: 1430
Modified:
pkg-kolab_testsuite/testsuite
Log:
storage_pool_dir and virt_uri can also depend of the platform
Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite 2009-11-27 07:50:34 UTC (rev 1429)
+++ pkg-kolab_testsuite/testsuite 2009-11-27 22:51:44 UTC (rev 1430)
@@ -886,11 +886,6 @@
#=======================================================
# Main
#-------------------------------------------------------
-initial_check();
-$vmm = Sys::Virt->new(address => conf('virt_uri'));
-local_command("mkdir -p '".conf('storage_pool_dir')."'");
-
-#-------------------------------------------------------
my $o_help = 0;
my $o_man = 0;
my $result = GetOptions(
@@ -904,7 +899,12 @@
pod2usage(-exitstatus => 0, -verbose => 1) if $o_help;
#-------------------------------------------------------
+initial_check();
+$vmm = Sys::Virt->new(address => conf('virt_uri'));
+local_command("mkdir -p '".conf('storage_pool_dir')."'");
+#-------------------------------------------------------
+
sub process
{
my $action = shift;
More information about the pkg-kolab-devel
mailing list