Differences From Artifact [bf12d3e572]:
- File tests.scm — part of check-in [33fa93c347] at 2012-01-18 13:47:09 on branch trunk — Added missing parameter to special case test status update (user: mrwellan, size: 19749) [annotate] [blame] [check-ins using] [more...]
To Artifact [1a89bc4432]:
- File tests.scm — part of check-in [3dc6c2f1c3] at 2012-02-16 13:14:12 on branch archiving — Added ability to look up paths from previous tests. Test dir is now created before the run is registered (user: mrwellan, size: 20012) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
424 425 426 427 428 429 430 | cpuload diskfree minutes run-id testname item-path))) | > > > > > > > > > | 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 | cpuload diskfree minutes run-id testname item-path))) ;;====================================================================== ;; A R C H I V I N G ;;====================================================================== (define (test:archive db test-id) #f) (define (test:archive-tests db keynames target) #f) |