Overview
Comment: | Updated megatest version to 1.6588 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6588 |
Files: | files | file ages | folders |
SHA1: |
a853e6c4834abd160f3e488569f233cf |
User & Date: | mmgraham on 2021-10-21 13:15:07 |
Other Links: | branch diff | manifest | tags |
Context
2022-01-07
| ||
12:10 | made missing waiton detection messages more useful check-in: 8b8b1f63e7 user: mmgraham tags: v1.65 | |
2021-10-21
| ||
13:15 | Updated megatest version to 1.6588 check-in: a853e6c483 user: mmgraham tags: v1.65, v1.6588 | |
2021-10-20
| ||
20:31 | Fixed bug where subrun would never end due to runwait where the subrun is part of the current run (i.e. it waits forever for itself to end). check-in: 9ecc1c4e98 user: matt tags: v1.65 | |
Changes
Modified megatest-version.scm from [f0f2d56358] to [84fab1de9e].
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; 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.6588) |