Differences From Artifact [6be51f628a]:
- File megatest.scm — part of check-in [02222dad8f] at 2013-04-11 00:20:43 on branch development — Made daemonize optional, tweaked parameters on launch speed test (user: matt, size: 39302) [annotate] [blame] [check-ins using]
To Artifact [6d5064c07e]:
- File megatest.scm — part of check-in [cf42fc1304] at 2013-04-11 09:39:05 on branch development — Corrected issue due to inconsistent output from pathname-directory, expected . but was getting #f (user: mrwellan, size: 39318) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
210 211 212 213 214 215 216 217 218 219 220 221 222 223 | "-xterm" "-showkeys" "-test-status" "-set-values" "-load-test-data" "-summarize-items" "-gui" ;; misc "-archive" "-repl" "-lock" "-unlock" "-list-servers" ;; mist queries | > | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | "-xterm" "-showkeys" "-test-status" "-set-values" "-load-test-data" "-summarize-items" "-gui" "-daemonize" ;; misc "-archive" "-repl" "-lock" "-unlock" "-list-servers" ;; mist queries |
︙ | ︙ |