Differences From Artifact [456f37ff9a]:
- File megatest-version.scm — part of check-in [f2925d4335] at 2015-05-05 23:59:11 on branch v1.60 — Add settings to configfile for triming spaces. Fixed regression on stderr not captured in ezsteps (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
To Artifact [efcc00779e]:
- File megatest-version.scm — part of check-in [3d3e19cd4d] at 2015-05-21 23:29:23 on branch v1.60 — Fixed toplevel mode tests not running (user: matt, size: 159) [annotate] [blame] [check-ins using] [more...]
- File megatest-version.scm-merge — part of check-in [54b2beab6d] at 2015-08-09 21:28:05 on branch v1.60-decoupled-tests — Removed tests dir. Now tests will come from https://www.kiatoa.com/fossils/megatest_qa (user: matt, size: 159) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1,1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1,1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6013) |