Differences From Artifact [1fcf1db45c]:
- File tests/tests.scm — part of check-in [ad39e0084c] at 2012-05-02 00:04:18 on branch blocking-on-FAIL-fix — Merged v1.43 into blocking fix (user: matt, size: 4997) [annotate] [blame] [check-ins using] [more...]
To Artifact [5d35d6b7ef]:
- File tests/tests.scm — part of check-in [6d817c8583] at 2012-05-03 01:07:46 on branch blocking-on-FAIL-fix — Added code needed to fix blocking problem but problem not quite solved (user: matt, size: 5142) [annotate] [blame] [check-ins using] [more...]
︙ | |||
131 132 133 134 135 136 137 | 131 132 133 134 135 136 137 138 139 140 | + + + | (hash-table-set! args:arg-hash ":runname" "rollup") (test "Remove the rollup run" #t (begin (remove-runs) #t)) (test "Rollup the run(s)" #t (begin (runs:rollup-run db keys) #t)) ;; ADD ME!!!! (db:get-prereqs-not-met *db* 1 '("runfirst") "" mode: 'normal) ;; ADD ME!!!! (rdb:get-tests-for-run *db* 1 "runfirst" #f '() '()) |