From: Christophe Bourcier Date: Fri, 20 Jan 2023 13:10:51 +0000 (+0100) Subject: Additional fix SHAPER_HDF tests with parallelism for RESTRICTED tests X-Git-Tag: V9_11_0a1~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Ftlpr%2F2%2Fhead;p=modules%2Fshaper.git Additional fix SHAPER_HDF tests with parallelism for RESTRICTED tests --- diff --git a/test.hdfs/testme.py b/test.hdfs/testme.py index b498ea290..c37a691a5 100644 --- a/test.hdfs/testme.py +++ b/test.hdfs/testme.py @@ -36,7 +36,8 @@ if __name__ == '__main__': testdatafile = sys.argv[2] tempfile = tempfile.NamedTemporaryFile() - testlogfile = tempfile.name + "_" + hdffile.replace(".", "_") + hdffile_basename = os.path.basename(hdffile) + testlogfile = tempfile.name + "_" + hdffile_basename.replace(".", "_") tempfile.close() isOk = True