From eaaf85cdec2a7c1cb46132292288cb7a29a60746 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 19 Jun 2013 19:02:05 -0500 Subject: [PATCH] update framework tests to reflect new location --- pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt b/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt index c217a89bc3..7a4d1d7478 100644 --- a/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt +++ b/pkgs/gui-pkgs/gui-lib/framework/tests/test-suite-utils.rkt @@ -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)])