Differences From Artifact [7c1c398c00]:
- File runsmod.scm — part of check-in [b5319490ec] at 2024-02-08 19:47:52 on branch v1.90 — Load db and key _records from commonmod only (user: matt, size: 236100) [annotate] [blame] [check-ins using]
To Artifact [98c156694e]:
- File runsmod.scm — part of check-in [62a9a80b8c] at 2024-02-08 20:39:50 on branch v1.90 — Move test_records.scm into commonmod.scm. Disabled uses of runsmod.import in megatest.scm. (user: matt, size: 236103) [annotate] [blame] [check-ins using]
︙ | |||
129 130 131 132 133 134 135 | 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | - + | fsmod ) (include "common_records.scm") ;; (include "key_records.scm") ;; (include "db_records.scm") (include "run_records.scm") |
︙ |