Overview
Comment: | Split installall target up into various vars. Removed dependency on realpath |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
f7b7ff7d316275df20824575370f1929 |
User & Date: | mrwellan on 2013-07-23 11:13:33 |
Other Links: | branch diff | manifest | tags |
Context
2013-07-24
| ||
05:52 | Fixed typo in ffcall download check-in: ed8e811a06 user: fdktest tags: dev | |
2013-07-23
| ||
11:13 | Split installall target up into various vars. Removed dependency on realpath check-in: f7b7ff7d31 user: mrwellan tags: dev | |
09:16 | Added another example of installall configuration check-in: e7ec05c436 user: matt tags: dev | |
Changes
Modified tests/fullrun/megatest.config from [99828495e8] to [d93def4083].
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + | state start end 0 1 - 2 status pass fail n/a 0 1 running - 2 # These are set before all tests, override them # in the testconfig [pre-launch-env-overrides] section [env-override] SPECIAL_ENV_VARS overide them here - should be seen at launch and in the runs |
︙ |
Added tests/installall/configs/chicken-4.8.0.4.config version [bef028dfb3].
1 | + | CHICKEN_URL http://code.call-cc.org/releases/4.8.0/chicken-4.8.0.4.tar.gz |
Added tests/installall/configs/chicken-4.8.1.config version [3328179afb].
1 | + | CHICKEN_URL http://code.call-cc.org/dev-snapshots/2013/01/04/chicken-4.8.1.tar.gz |
Modified tests/installall/megatest.config from [bc0e809a65] to [99683f3b8c].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 | + - + + + | [fields] CHICKEN_VERSION TEXT |
︙ |
Modified tests/installall/runconfigs.config from [81d23f0b13] to [a2bbb2d89e].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - - + + + + - + - - - - - - - - - - - - - - + - - - - - - - + + + + + - - - - - - - + + - - - - + |
|