forked from KolibriOS/kolibrios
[KERNEL][TEST] Speed up UMKa testing before multithreading
git-svn-id: svn://kolibrios.org@9335 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
69fca329d1
commit
f71ae8ed96
@ -246,8 +246,8 @@ if __name__ == "__main__":
|
||||
tests = collect_tests()
|
||||
umka_tests = collect_umka_tests()
|
||||
serial_executor_thread = run_tests_serially(tests, root_dir)
|
||||
serial_executor_thread.join()
|
||||
if enable_umka:
|
||||
for umka_test in umka_tests:
|
||||
run_umka_test(root_dir, umka_test)
|
||||
serial_executor_thread.join()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user