Overview
Comment: | v1.6504 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6504 |
Files: | files | file ages | folders |
SHA1: |
244e676ac0b0e386d7620794d23806c1 |
User & Date: | bjbarcla on 2017-11-08 14:07:36 |
Other Links: | branch diff | manifest | tags |
Context
2017-11-12
| ||
22:50 | Create the .testconfig files - so often needed for debug. However create them at the time the test starts to execute so that it is clear that all needed vars are available. check-in: 52d24fd4b2 user: matt tags: v1.65 | |
2017-11-08
| ||
14:07 | v1.6504 check-in: 244e676ac0 user: bjbarcla tags: v1.65, v1.6504 | |
2017-11-03
| ||
15:57 | caught situation where testpatt called for evaluating nonexistent item -- marked test ZERO_ITEMS instead of hanging the run in this case (passes test2) check-in: b6bf1dd82b user: bjbarcla tags: v1.65 | |
Changes
Modified megatest-version.scm from [c9217c96a0] to [b57ecacf65].
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.6504) |