needed to adopt to new test env (not perfect yet, but keeps things going)
This commit is contained in:
parent
354698cf57
commit
4fa2a58a19
|
@ -228,7 +228,7 @@ class Test():
|
|||
|
||||
def copy_Base2Current(self,sourceDir,sourcefiles=[],targetfiles=[]):
|
||||
|
||||
source=os.path.normpath(os.path.join(self.dirBase,'../../'+sourceDir))
|
||||
source=os.path.normpath(os.path.join(self.dirBase,'../../../'+sourceDir))
|
||||
if len(targetfiles) == 0: targetfiles = sourcefiles
|
||||
for i,file in enumerate(sourcefiles):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue