307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
| 307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
|
-
-
-
| run-dir: source-dir)))
(hash-table-ref test-groups test-base))))
;; (mutex-unlock! bup-mutex)
(for-each
(lambda (test-dat)
(let ((test-id (db:test-get-id test-dat))
(run-id (db:test-get-run_id test-dat)))
(debug:print-info 0 *default-log-port* "|"archive-command"|")
(rmt:test-set-archive-block-id run-id test-id archive-id)
(debug:print-info 0 *default-log-port* "|"archive-command"|" (member (symbol->string archive-command) '("save-remove")) (string? archive-command))
(if (member (symbol->string archive-command) '("save-remove"))
(begin
(debug:print-info 0 *default-log-port* "remove testdat")
(runs:remove-test-directory test-dat 'archive-remove)))))
(hash-table-ref test-groups test-base)))))
(hash-table-keys disk-groups))
#t))
|