update framework tests to reflect new location

This commit is contained in:
Robby Findler 2013-06-19 19:02:05 -05:00
parent 67e668d6e6
commit eaaf85cdec

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)])