Overview
Comment: | Bumped version to 1.02 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ad05ecc7d808e5dd5265885c5768dd58 |
User & Date: | matt on 2011-05-05 10:12:09 |
Other Links: | manifest | tags |
Context
2011-05-05
| ||
18:35 | Added stuck test handling check-in: 7f668b637d user: mrwellan tags: trunk | |
10:12 | Bumped version to 1.02 check-in: ad05ecc7d8 user: matt tags: trunk | |
01:46 | Fixed -m for test steps check-in: 1146144d5b user: matt tags: trunk | |
Changes
Modified megatest.scm from [c234588fb1] to [004777f9a8].
1 2 3 4 5 6 7 8 9 10 | ;; Copyright 2006-2011, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. (include "common.scm") | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ;; Copyright 2006-2011, Matthew Welland. ;; ;; This program is made available under the GNU GPL version 2.0 or ;; greater. See the accompanying file COPYING for details. ;; ;; This program is distributed WITHOUT ANY WARRANTY; without even the ;; implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ;; PURPOSE. (include "common.scm") (define megatest-version 1.02) (define help (conc " Megatest, documentation at http://www.kiatoa.com/fossils/megatest version " megatest-version " license GPL, Copyright Matt Welland 2006-2011 Usage: megatest [options] |
︙ | ︙ |