Overview
Comment: | Make html update less agressive |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | static-html |
Files: | files | file ages | folders |
SHA1: |
bd7c1f07be2893c2b3fb82c815cd2e63 |
User & Date: | mrwellan on 2015-03-04 00:28:31 |
Other Links: | branch diff | manifest | tags |
Context
2015-03-04
| ||
06:55 | Merged in the static-html branch check-in: 16e4ac3a73 user: mrwellan tags: v1.60 | |
00:28 | Make html update less agressive Closed-Leaf check-in: bd7c1f07be user: mrwellan tags: static-html | |
2015-03-03
| ||
23:36 | fixed api issue check-in: 0460053d16 user: matt tags: static-html | |
Changes
Modified launch.scm from [07b2bdce43] to [65077b4cd7].
︙ | |||
434 435 436 437 438 439 440 | 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 | - + | new-status (args:get-arg "-m") #f) ;; need to update the top test record if PASS or FAIL and this is a subtest ;; NO NEED TO CALL roll-up-pass-fail-counts HERE, THIS IS DONE IN roll-up-pass-fail-counts called by tests:test-set-status! )) ;; for automated creation of the rollup html file this is a good place... (if (and (not (equal? item-path "")) |
︙ |