needed to adopt to new test env (not perfect yet, but keeps things going)

This commit is contained in:
Martin Diehl 2016-01-29 19:21:04 +01:00
parent 354698cf57
commit 4fa2a58a19
1 changed files with 1 additions and 1 deletions

View File

@ -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: