From: NATHALIE GORE Date: Tue, 17 Jan 2023 13:47:49 +0000 (+0100) Subject: Fix for SHAPER_HDF tests with parallelism X-Git-Tag: V9_11_0a1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=25cfbd27ad587d32b405e006b29568b3fc67e71b;p=modules%2Fshaper.git Fix for SHAPER_HDF tests with parallelism --- diff --git a/test.hdfs/testme.py b/test.hdfs/testme.py index 16a675557..b498ea290 100644 --- a/test.hdfs/testme.py +++ b/test.hdfs/testme.py @@ -36,7 +36,7 @@ if __name__ == '__main__': testdatafile = sys.argv[2] tempfile = tempfile.NamedTemporaryFile() - testlogfile = tempfile.name + testlogfile = tempfile.name + "_" + hdffile.replace(".", "_") tempfile.close() isOk = True