This commit is contained in:
SandPoot
2023-11-29 22:40:13 -03:00
parent c9b0dedf77
commit 40f1d7401d
704 changed files with 1766 additions and 1743 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ GLOBAL_VAR(test_log)
tests_to_run = list(test_to_run)
break
tests_to_run = sortTim(tests_to_run, /proc/cmp_unit_test_priority)
tests_to_run = sortTim(tests_to_run, GLOBAL_PROC_REF(cmp_unit_test_priority))
var/list/test_results = list()