From ee6e7f43af8c75f59db588c61985c0ef2ee73247 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 10 Jul 2024 11:54:49 -0500 Subject: [PATCH] Bump condor max version requirement for -pool workaround to include 23.10.0 dailies --- tests/test_inside_gha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_inside_gha.sh b/tests/test_inside_gha.sh index cb0438f..1950fbd 100755 --- a/tests/test_inside_gha.sh +++ b/tests/test_inside_gha.sh @@ -148,7 +148,7 @@ function test_docker_HAS_SINGULARITY { # attempts to contact the collector. Hopefully it will be fixed in 23.10; # in the meantime, use -pool instead of -direct (which is a hack). local direct - if condor_version_in_range 23.8.0 23.9.99; then + if condor_version_in_range 23.8.0 23.10.0; then direct="-pool" else direct="-direct"