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