Salome HOME
sat jobs: bug fix when the pid cannot be found at a job timeout
[tools/sat.git] / test / prepare / test_prepare.py
index f03b6c895b3990407fe9675d81fa315ddbc89c65..bebeecac721e7df266bcb3affa501adeb7d203be 100644 (file)
@@ -29,8 +29,6 @@ sys.path.append(os.path.join(testdir, '..', '..','commands'))
 
 import src
 
-from tools import outRedirection
-
 from salomeTools import Sat
 import HTMLTestRunner
 
@@ -106,7 +104,7 @@ class TestPrepare(unittest.TestCase):
         sat.config(appli)
        
         try:
-            sat.prepare(appli + " --no_sample --force")
+            sat.prepare(appli + " --force --force_patch")
             OK = 'OK'
         except:
             pass