42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
path
transport
configinfo
configdat
denoise
client-signature
remote
)
(define *already-seen-runconfig-info* #f)
(define *waiting-queue* (make-hash-table))
(define *test-meta-updated* (make-hash-table))
(define *globalexitstatus* 0) ;; attempt to work around possible thread issues
(define *passnum* 0) ;; when running track calls to run-tests or similar
|
>
>
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
path
transport
configinfo
configdat
denoise
client-signature
remote
run-keys
runs ;; used in dashboard
)
(define *already-seen-runconfig-info* #f)
(define *waiting-queue* (make-hash-table))
(define *test-meta-updated* (make-hash-table))
(define *globalexitstatus* 0) ;; attempt to work around possible thread issues
(define *passnum* 0) ;; when running track calls to run-tests or similar
|