Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 | v1.5503 |
Files: | files | file ages | folders |
SHA1: |
fa200b55534eaf51b4d851e39d7b5fd6 |
User & Date: | icfadm on 2013-06-12 14:54:13 |
Other Links: | branch diff | manifest | tags |
Context
2013-06-14
| ||
17:30 | Fixed in/not-in logic on get-tests-for-run check-in: 3b30783a4a user: mrwellan tags: v1.55 | |
2013-06-12
| ||
14:54 | Bumped version check-in: fa200b5553 user: icfadm tags: v1.55, v1.5503 | |
10:53 | Create mt.scm for mt: api calls. Move all common calls to here and or wrap them here. Several fixes related to tests with large numbers of iterations. WARNING: This commit has a bug in the logic of getting runs by state and status check-in: 68082baf95 user: mrwellan tags: v1.55 | |
Changes
Modified megatest-version.scm from [76fc4ca435] to [cd5fa4252f].
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5503) |