update framework tests to reflect new location

original commit: eaaf85cdec2a7c1cb46132292288cb7a29a60746
This commit is contained in:
Robby Findler 2013-06-19 19:02:05 -05:00
parent d89708166c
commit 20b39234f1

View File

@ -98,8 +98,7 @@
(unless (system*
racket-bin
(path->string
(build-path (collection-path "tests" "framework")
"framework-test-engine.rkt")))
(collection-file-path "framework-test-engine.rkt" "framework" "tests")))
(eprintf "starting gracket failed; used path ~s\n" racket-bin))))
(debug-printf mz-tcp "accepting listener\n")
(let-values ([(in out) (tcp-accept listener)])