18874: Make `run-tests.sh --only services/workbench2` work.
authorTom Clegg <tom@curii.com>
Thu, 24 Aug 2023 14:54:18 +0000 (10:54 -0400)
committerTom Clegg <tom@curii.com>
Thu, 24 Aug 2023 14:54:18 +0000 (10:54 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

build/run-tests.sh

index 4573b7bedde5f05b8203da05c7590ecaf5836edf..44865951ffe10feeb78b4b0ca2af180421605c1d 100755 (executable)
@@ -107,6 +107,7 @@ services/crunch-dispatch-local
 services/crunch-dispatch-slurm
 services/workbench2
 services/workbench2_units
+services/workbench2_integration
 services/ws
 sdk/cli
 sdk/python
@@ -1166,6 +1167,7 @@ test_all() {
     do_test apps/workbench_integration
     do_test apps/workbench_benchmark
     do_test apps/workbench_profile
+    do_test services/workbench2
 }
 
 test_go() {