Differences From Artifact [fcbbf29735]:
- File runsmod.scm — part of check-in [0b3b04d806] at 2024-02-12 19:10:52 on branch v1.90-proper-interface-lists — wip (user: matt, size: 241052) [annotate] [blame] [check-ins using]
To Artifact [63f920fb0b]:
- File runsmod.scm — part of check-in [9debf04bc8] at 2024-02-12 20:23:20 on branch v1.90-proper-interface-lists — wip (user: matt, size: 241219) [annotate] [blame] [check-ins using]
︙ | |||
53 54 55 56 57 58 59 60 61 62 63 64 65 66 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | + + + + + + + | launch:end-of-run-check launch:test-copy set-item-env-vars runs:set-megatest-env-vars full-runconfigs-read runs:operate-on runs:update-all-test_meta runs:handle-locking ;; runs:rollup-run ;; not ported runs:run-tests runs:remove-all-but-last-n-runs-per-target general-run-call ) (import scheme) (cond-expand (chicken-4 (import chicken |
︙ |