66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
rmtmod
ezstepsmod
subrunmod
debugprint
configfmod
testsmod
dcommon
)
;; (include "common_records.scm")
;; (include "db_records.scm")
;; (include "run_records.scm")
(define (dboard:launch-testpanel run-id test-id)
(let* ((dboardexe (common:find-local-megatest "dashboard"))
|
>
|
|
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
rmtmod
ezstepsmod
subrunmod
debugprint
configfmod
testsmod
dcommon
gutils)
;; (include "common_records.scm")
;; (include "db_records.scm")
;; (include "run_records.scm")
(define (dboard:launch-testpanel run-id test-id)
(let* ((dboardexe (common:find-local-megatest "dashboard"))
|