Overview
Comment: | Updated megatest version to 1.6552 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
34682762d74099ebc1cc559c5a337e1f |
User & Date: | mmgraham on 2020-06-09 12:31:30 |
Other Links: | branch diff | manifest | tags |
Context
2020-06-15
| ||
16:21 | Cherry pick wildcard in target or runname support from v1.66 check-in: 97894664a1 user: matt tags: v1.65 | |
2020-06-14
| ||
22:30 | Merged in latest changes from v1.65 check-in: 1f32486022 user: matt tags: v1.66 | |
2020-06-12
| ||
13:39 | updates to xml to use state as inQueue instead of attribute check-in: 3e712ae5ed user: pjhatwal tags: v1.65, v1.6552 | |
2020-06-09
| ||
12:31 | Updated megatest version to 1.6552 check-in: 34682762d7 user: mmgraham tags: v1.65 | |
08:24 | Check that xml junit stuff is there before opperating on the signature check-in: 1366967686 user: mrwellan tags: v1.65 | |
Changes
Modified megatest-version.scm from [61b949c766] to [5c3b9591bf].
︙ | ︙ | |||
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.6552) |