1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/demo/testsystem/premature_exit
abv 5df3a117e1 0023423: Test system does not get log if DRAW crashes or gets killed
Avoid using dlog in grid tests (command testgrid), in order to get some output even if DRAW crashes.
Command test now accepts argument echo to get echo immediately (but no log processing).
Test case for checking log processing in case of premature exit of DRAW is added (demo testsystem premature_exit).
2012-10-05 13:41:07 +04:00

8 lines
203 B
Plaintext

# this test is to check that test system is able to get and process log
# of the test execution even if DRAW is exited prematurely (crashes or gets
# killed)
puts "TEST COMPLETED"
# simulate crash
exit