From 357409571814b5216170941a4a865e5980258ca4 Mon Sep 17 00:00:00 2001 From: Wum1ng <69114599+wumingzhilian@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:41:19 +0800 Subject: [PATCH] Update utils.py update CI --- test/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils.py b/test/utils.py index 93b306664..360756431 100644 --- a/test/utils.py +++ b/test/utils.py @@ -65,3 +65,4 @@ def workspace_run(cmd, *, user, root=False, **kwargs): args += [ "-s" ] args += [ user ] return dojo_run(*args, input=cmd, check=True, **kwargs) +