73
74
75
76
77
78
79
80
81
|
;; (test "sync back" #t (begin (rmt:sync-back) #t))
;;======================================================================
;; D B
;;======================================================================
(test #f '(#t "exit process started") (cdb:kill-server *runremote* #f)) ;; *toppath* *my-client-signature* #f)))
|
|
|
73
74
75
76
77
78
79
80
81
|
;; (test "sync back" #t (begin (rmt:sync-back) #t))
;;======================================================================
;; D B
;;======================================================================
(test #f '(#t "exit process started") (rmt:kill-server)) ;; *toppath* *my-client-signature* #f)))
|