mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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).
8 lines
203 B
Plaintext
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 |