From 1a8115c8e9e18b6ec9356da20ce4906ae8448232 Mon Sep 17 00:00:00 2001 From: John Gee Date: Thu, 25 Feb 2021 22:28:19 +1300 Subject: [PATCH] Fix path --- test/bin/proxy-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/proxy-build b/test/bin/proxy-build index fe6e246..3f5107a 100755 --- a/test/bin/proxy-build +++ b/test/bin/proxy-build @@ -36,7 +36,7 @@ https_proxy="$(hostname):8080" export https_proxy # linux. Use wget first so cache uncompressed index.tab and works with both wget and curl. -docker-compose run ubuntu-wget /mnt/tests/install-reference-versions.bash +docker-compose run ubuntu-wget /mnt/test/tests/install-reference-versions.bash # native tests/install-reference-versions.bash