mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
0d5aa45c20
* update .gitignore * #906 change all python execfile() to exec(open().read())
12 lines
340 B
Python
12 lines
340 B
Python
|
|
exec(open("RUN_test/overrun.py").read())
|
|
|
|
# Disable real-time (if applicable)
|
|
trick.real_time_disable()
|
|
# Disable all GUIs
|
|
trick_sys.sched.set_freeze_command(False)
|
|
trick.remove_all_external_applications()
|
|
|
|
trick_utest.unit_tests.enable() ;
|
|
trick_utest.unit_tests.set_file_name( os.getenv("TRICK_HOME") + "/trick_test/SIM_threads.xml" ) ;
|