From: srn Date: Mon, 18 Dec 2006 08:02:54 +0000 (+0000) Subject: Added a possibility to wait Supervisor component being launched, one needs to define... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb75176b6a2213e22da59183df000af5dd4815d4;p=modules%2Fkernel.git Added a possibility to wait Supervisor component being launched, one needs to define environment variable SALOMEDS_UNITTESTSS_WAIT_SUPERVISOR --- 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;