From: Tony Mack Date: Mon, 23 Jun 2008 17:19:35 +0000 (+0000) Subject: use command full path X-Git-Tag: tests-4.3-0~152 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d3985f9af80c015972ca0dc14f554669ee8c93ba;p=tests.git use command full path --- diff --git a/qaapi/qa/Remote.py b/qaapi/qa/Remote.py index 42b9ed2..ec0a0ad 100644 --- a/qaapi/qa/Remote.py +++ b/qaapi/qa/Remote.py @@ -24,7 +24,7 @@ class Remote: # Execute vserver exec if necessary if 'vserver' in self and self['vserver']: - command = " vserver %s exec %s " % (self['vserver'], command) + command = "/usr/sbin/vserver %s exec %s " % (self['vserver'], command) return command