18874: Don't bring up test services for package/boot/install tests.
authorTom Clegg <tom@curii.com>
Sat, 11 Nov 2023 21:49:53 +0000 (16:49 -0500)
committerTom Clegg <tom@curii.com>
Sat, 11 Nov 2023 22:31:47 +0000 (17:31 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

build/run-tests.sh

index 9586a085a3851ad8c8d50bcca48e0a688c671a4f..2cd8fdd6eb89c415cfced981b828594608a26d79 100755 (executable)
@@ -710,7 +710,21 @@ do_test() {
             stop_services
             check_arvados_config "$1"
             ;;
-        gofmt | doc | lib/cli | lib/cloud/azure | lib/cloud/ec2 | lib/cloud/cloudtest | lib/cmd | lib/dispatchcloud/sshexecutor | lib/dispatchcloud/worker | services/workbench2_units | services/workbench2_integration)
+        gofmt \
+            | cmd/arvados-package \
+            | doc \
+            | lib/boot \
+            | lib/cli \
+            | lib/cloud/azure \
+            | lib/cloud/cloudtest \
+            | lib/cloud/ec2 \
+            | lib/cmd \
+            | lib/dispatchcloud/sshexecutor \
+            | lib/dispatchcloud/worker \
+            | lib/install \
+            | services/workbench2_integration \
+            | services/workbench2_units \
+            )
             check_arvados_config "$1"
             # don't care whether services are running
             ;;