[pkg-kolab] r1405 - pkg-kolab_testsuite

Mathieu Parent sathieu at alioth.debian.org
Tue Nov 17 20:18:49 UTC 2009


Author: sathieu
Date: 2009-11-17 20:18:49 +0000 (Tue, 17 Nov 2009)
New Revision: 1405

Modified:
   pkg-kolab_testsuite/testsuite
Log:
testsuite: chown after bootstraping


Modified: pkg-kolab_testsuite/testsuite
===================================================================
--- pkg-kolab_testsuite/testsuite	2009-11-17 19:24:40 UTC (rev 1404)
+++ pkg-kolab_testsuite/testsuite	2009-11-17 20:18:49 UTC (rev 1405)
@@ -87,6 +87,8 @@
     'verbose' => '',
     'slave_count' => 1,
     'storagepooldir' => '/var/tmp/pkg-kolab_testsuite',
+    'user' => $< , # $REAL_USER_ID
+    'group' => 'disk',
     
     'vmmemory' => "256Mb",
     'vmsize' => "1Gb",
@@ -218,6 +220,7 @@
         "--fs ext3 --image sparse ".
         "--force ".
         "--cache --output '$storagepooldir' --no-hosts ");
+    system("sudo chown -R ".$config{'user'}.":".$config{'group'}." '$storagepooldir'");
 }
 
 #-------------------------------------------------------




More information about the pkg-kolab-devel mailing list