Salome HOME
CppUnit tests updated to the new test procedure based on salome_test_driver.
[modules/yacs.git] / src / LifeCycleCORBA / Test / TestLifeCycleCORBA.py
index b4b73981050a4297bcde19cd16ad668e39059926..1d6984f20dc6f48a8b44644b196a1d069cc38fae 100644 (file)
@@ -72,7 +72,7 @@ clt.waitNS("/SalomeLauncher")
 
 # execute Unit Test
 
-command = ['TestLifeCycleCORBA']
+command = ['./TestLifeCycleCORBA']
 ret = os.spawnvp(os.P_WAIT, command[0], command)
 
 # kill containers created by the Container Manager
@@ -86,3 +86,4 @@ launcher.Shutdown()
 addToKillList.killList()
 
 TestKiller.killProcess(runSalome.process_id)
+exit(ret)
\ No newline at end of file