Differences From Artifact [5988625d24]:
- File dashboard.scm — part of check-in [fa1ff570f2] at 2013-09-09 16:41:54 on branch v1.55 — partially borked change to better deal with run queue idiosyncracies (user: mrwellan, size: 56677) [annotate] [blame] [check-ins using] [more...]
To Artifact [9a1fc1c604]:
- File dashboard.scm — part of check-in [541aae0765] at 2013-10-29 15:53:51 on branch normalize-db — Added migration to new format but -test-path not ported (user: mrwellan, size: 56727) [annotate] [blame] [check-ins using]
︙ | |||
83 84 85 86 87 88 89 90 91 92 93 94 95 96 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + + | (if (not (setup-for-run)) (begin (print "Failed to find megatest.config, exiting") (exit 1))) (define *db* #f) ;; (open-db)) ;; (define sdb:qry (make-sdb:qry)) ;; 'init #f) (if (args:get-arg "-host") (begin (set! *runremote* (string-split (args:get-arg "-host" ":"))) (client:launch)) (if (not (args:get-arg "-use-server")) (set! *transport-type* 'fs) ;; force fs access |
︙ |