mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* add timing information per test function/script/pkg * bypass script scheduler logic for our testsystem with a endlessloop due to faster execution time the wait time between doubleclicks needs to be disabled * try to sync lift/drop tests
6 lines
129 B
Text
6 lines
129 B
Text
use os;
|
|
program start()
|
|
print("POL initialization complete.");
|
|
start_script("tests");
|
|
start_script("busyloop");
|
|
endprogram
|