Overview
Comment: | Added -keepgoing to default run command in dashboard-test.scm |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7a84f9fe012c6d33d189eeeb83bdad19 |
User & Date: | matt on 2011-09-26 00:56:00 |
Other Links: | manifest | tags |
Context
2011-10-01
| ||
19:32 | Makefile fixes for install, added run and clean test management to dashboard. Fixed test sorting in dashboard. Only add path to megatest if specified in megatest.config. Misc other fixes. check-in: d9ed52b665 user: matt tags: trunk | |
2011-09-26
| ||
11:22 | Fixed up Makefile to install mt_ files in PREFIX check-in: f2ad9ca9c4 user: mrwellan tags: fixup (unpublished) | |
00:56 | Added -keepgoing to default run command in dashboard-test.scm check-in: 7a84f9fe01 user: matt tags: trunk | |
00:11 | Added install of mt_* scripts check-in: cd3d02e58e user: matt tags: trunk | |
Changes
Modified dashboard-tests.scm from [939dbd59fd] to [664f2af223].
︙ | |||
316 317 318 319 320 321 322 | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - + | (run-test (lambda (x) (iup:attribute-set! command-text-box "VALUE" (conc "megatest -runtests " testname " " keystring " :runname " runname " -itempatt " (if (equal? item-path "") "%" item-path) |
︙ |