Skip to content

Commit

Permalink
fixup: remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Oct 31, 2023
1 parent e0c73f2 commit 6473e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/trc_update/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _run(self):
end2end["-d", "-outDir", artifacts].run_fg()

logger.info('==> Shutting down control servers and purging caches')
cs_services = self.dc.list_containers(".*_cs.*")
cs_services = self.dc.list_containers("cs.*")
for cs in cs_services:
self.dc.stop_container(cs)

Expand Down

0 comments on commit 6473e23

Please sign in to comment.