From 2ca868eabf1a33121a25197a9b1ab65045c391fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Sat, 15 Feb 2025 09:31:28 +0100 Subject: [PATCH] add sub --- tests/run-test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-test.py b/tests/run-test.py index c3d1bd6..88746dd 100755 --- a/tests/run-test.py +++ b/tests/run-test.py @@ -72,6 +72,7 @@ def exec(cmd): "--secret=secret", "--repo=stable", "--scope=tokenmanagement", + "--sub=prune-test" ] ) exec(["./flat-manager-client", "prune", "http://127.0.0.1:8080", "stable"])