Differences From Artifact [2679042d5f]:
- File dashboard.scm — part of check-in [e719f22355] at 2019-03-11 17:56:24 on branch v1.65-end-of-run — end of run detection (user: pjhatwal, size: 158720) [annotate] [blame] [check-ins using] [more...]
To Artifact [24d9a3f097]:
- File dashboard.scm — part of check-in [f5657ea556] at 2020-08-17 18:58:38 on branch v1.65 — Added support for profiling, moved inter-test-delay to better location so initial registration is faster. (user: matt, size: 158751) [annotate] [blame] [check-ins using]
︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | + + + | "-main" "-v" "-q" "-use-db-cache" "-skip-version-check" "-repl" "-rh5.11" ;; fix to allow running on rh5.11 ;; placeholder ;; "-:p" ) args:arg-hash 0)) ;; check for MT_* environment variables and exit if found (if (not (args:get-arg "-test")) (begin |
︙ |