From fb75176b6a2213e22da59183df000af5dd4815d4 Mon Sep 17 00:00:00 2001 From: srn Date: Mon, 18 Dec 2006 08:02:54 +0000 Subject: [PATCH] Added a possibility to wait Supervisor component being launched, one needs to define environment variable SALOMEDS_UNITTESTSS_WAIT_SUPERVISOR --- src/SALOMEDS/Test/TestSALOMEDS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDS/Test/TestSALOMEDS.cxx b/src/SALOMEDS/Test/TestSALOMEDS.cxx index 59f32e47d..654548f0a 100644 --- a/src/SALOMEDS/Test/TestSALOMEDS.cxx +++ b/src/SALOMEDS/Test/TestSALOMEDS.cxx @@ -169,7 +169,7 @@ int main(int argc, char* argv[]) // --- Kill all created Salome process system("killSalome.py"); - + system("rm -f ./traceUnitTest.log"); // --- Return error code 1 if the one of test failed. return wasSucessful ? 0 : 1; -- 2.39.2