From 7a64d734100bf92bc6aab6a2415da546b00810d4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 16 Aug 2022 12:44:24 +0530 Subject: Add trailing slash to GN_PROXY_URL. The urljoin function reduces a URL without a trailing slash to just the base, e.g. "http://genenetwork.org/gn3-proxy" is reduced to "http://genenetwork.org", which is not what we want. * genenetwork-development.scm (genenetwork2-tests): Add trailing slash to GN_PROXY_URL. --- genenetwork-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genenetwork-development.scm b/genenetwork-development.scm index e1a3add..a88345e 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -208,7 +208,7 @@ to be executed." #$(profile (content (package->development-manifest genenetwork2)) (allow-collisions? #t))) - (setenv "GN_PROXY_URL" "http://genenetwork.org/gn3-proxy") + (setenv "GN_PROXY_URL" "http://genenetwork.org/gn3-proxy/") (setenv "GN3_LOCAL_URL" "http://localhost:9093") (setenv "GENENETWORK_FILES" #$%genotype-files) (setenv "HOME" "/tmp") -- cgit v1.2.3