From: Tony Mack Date: Fri, 18 Apr 2008 16:48:05 +0000 (+0000) Subject: minor fix X-Git-Tag: tests-4.2-4~36 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=523143d894cbf23e4f2952c9e513040056797057;p=tests.git minor fix --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 9b09525..db8abb6 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -289,7 +289,7 @@ class TestPlc: # we need build dir for vtest-init-vserver if self.is_local(): # a full path for the local calls - build_dir=os.path(sys.argv[0])+"/build" + build_dir=os.path.dirname(sys.argv[0])+"/build" else: # use a standard name - will be relative to HOME build_dir="options.buildname"