]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
OK it works agy/tuleap24729_ssl_bearing
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 24 Aug 2021 08:20:34 +0000 (10:20 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 24 Aug 2021 08:20:34 +0000 (10:20 +0200)
test.hdfs/test_hdf.py

index b661dbc00b2afda52540951a9be3f677ac86c02b..75819433d4d7fabe52f3df829a3a343e47aa450e 100644 (file)
@@ -79,3 +79,8 @@ if __name__ == "__main__":
   aTest = unittest.TestLoader().loadTestsFromTestCase(TestHDF)
   unittest.TextTestRunner(stream=errFile).run(aTest)
   errFile.close()
+  #import qtsalome
+  #qtsalome.qApp.closeAllWindows()
+  import signal
+  os.kill(os.getpid(),signal.SIGKILL)
+  
\ No newline at end of file