Differences From Artifact [34c2c16e92]:
- File megatest.scm — part of check-in [b005b34ebc] at 2012-10-16 17:47:43 on branch trunk — Fixed case where un-runnable tests due to dependencies caused megatest to never exit (user: mrwellan, size: 31684) [annotate] [blame] [check-ins using]
To Artifact [190d75abaf]:
- File megatest.scm — part of check-in [7ab21a4d6d] at 2012-10-16 23:59:19 on branch trunk — Added missing logging switch, added corrected support to make file, increased logging sqlite timeout (user: matt, size: 31698) [annotate] [blame] [check-ins using]
︙ | |||
185 186 187 188 189 190 191 192 193 194 195 196 197 198 | 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | + | "-remove-runs" "-usequeue" "-rebuild-db" "-rollup" "-update-meta" "-gen-megatest-area" "-logging" "-v" ;; verbose 2, more than normal (normal is 1) "-q" ;; quiet 0, errors/warnings only ) args:arg-hash 0)) (if (args:get-arg "-h") |
︙ |