add some debugging to try to figure out why the
drdr run of these files are going wrong original commit: 577bae67698a6cf65f8472329bb185fe0e5ced5a
This commit is contained in:
parent
27bf8fa401
commit
ee86069822
|
@ -99,7 +99,9 @@
|
|||
racket-bin
|
||||
(path->string
|
||||
(collection-file-path "framework-test-engine.rkt" "framework" "tests")))
|
||||
(eprintf "starting gracket failed; used path ~s\n" racket-bin))))
|
||||
(eprintf "starting gracket failed; used path ~s; (find-system-path 'exec-file) = ~s\n"
|
||||
racket-bin
|
||||
(find-system-path 'exec-file)))))
|
||||
(debug-printf mz-tcp "accepting listener\n")
|
||||
(let-values ([(in out) (tcp-accept listener)])
|
||||
(set! in-port in)
|
||||
|
|
Loading…
Reference in New Issue
Block a user