Overview
Comment: | tweaked |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | servermode |
Files: | files | file ages | folders |
SHA1: |
a680aa27b49ff3e4f6611ff139e24f97 |
User & Date: | matt on 2012-03-11 23:26:44 |
Other Links: | branch diff | manifest | tags |
Context
2012-03-12
| ||
09:01 | rpc stuff all working now check-in: 6bee52c53c user: matt tags: servermode | |
2012-03-11
| ||
23:26 | tweaked check-in: a680aa27b4 user: matt tags: servermode | |
23:01 | Fixed bad params on test status calls check-in: 598e97c160 user: matt tags: servermode | |
Changes
Modified launch.scm from [15622d4d14] to [587849e94b].
︙ | |||
305 306 307 308 309 310 311 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 | - + - + | (if (not (args:get-arg "-server")) (server:client-setup db)) (let* ((item-path (item-list->path itemdat)) (testinfo (rdb:get-test-info db run-id test-name item-path))) (if (not (equal? (db:test-get-state testinfo) "COMPLETED")) (begin (debug:print 2 "Test NOT logged as COMPLETED, (state=" (db:test-get-state testinfo) "), updating result, rollup-status is " rollup-status) |
︙ |