Differences From Artifact [ead30f316f]:
- File attic/mtut.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 86727) [annotate] [blame] [check-ins using]
- File mtut.scm — part of check-in [5adcfa3594] at 2020-12-06 15:22:46 on branch v1.65 — added -rerun to megatest calls from mtut, added archival of rerun data (user: mmgraham, size: 86727) [annotate] [blame] [check-ins using]
To Artifact [f14475ff21]:
- File mtut.scm — part of check-in [a1bb05ec00] at 2021-02-14 19:39:37 on branch v1.6569-multi-db-wip — cleanup some duplicated functions (user: matt, size: 86823) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | (prefix sqlite3 sqlite3:) nanomsg) (declare (uses common)) (declare (uses margs)) (declare (uses configf)) ;; (declare (uses rmt)) (use ducttape-lib) (include "megatest-fossil-hash.scm") (require-library stml) | > > > > > > | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | (prefix sqlite3 sqlite3:) nanomsg) (declare (uses common)) (declare (uses margs)) (declare (uses configf)) ;; (declare (uses rmt)) (declare (uses commonmod)) (import commonmod) (declare (uses configfmod)) (import configfmod) (use ducttape-lib) (include "megatest-fossil-hash.scm") (require-library stml) |
︙ | ︙ |