Differences From Artifact [b166d59095]:
- File ezsteps-inc.scm — part of check-in [fde3cd0ad1] at 2019-11-03 04:00:00 on branch v1.65-try3 — try3 (user: matt, size: 9723) [annotate] [blame] [check-ins using]
- File ezsteps.scm — part of check-in [932d366713] at 2019-06-11 18:00:41 on branch v1.65-ezsteps-tcp — updated ezstep handler to only set overall test state status when the final step completes. eg - run one step on the penultimate step will not alter test state/status no matter its outcome (user: bjbarcla, size: 9723) [annotate] [blame] [check-ins using]
To Artifact [19e86db83c]:
- File ezsteps.scm — part of check-in [d636d628b5] at 2019-10-22 18:11:38 on branch v1.65-wip — Added commonmod to needed places. (user: mrwellan, size: 9770) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + | (use srfi-1 posix regex srfi-69 directory-utils) (declare (unit ezsteps)) (declare (uses db)) (declare (uses common)) (declare (uses items)) (declare (uses runconfig)) (declare (uses commonmod)) (import commonmod) ;; (declare (uses sdb)) ;; (declare (uses filedb)) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") |
︙ |