commit aada8c2df0e7e75cf7c3e3a0f3aaedb65c88b5f9 parent 45f025635d2f92ace7d7d43728ff1158bd8d8fee Author: Henry Wilkes <henry@torproject.org> Date: Thu, 22 Jan 2026 19:35:23 +0000 fixup! Add CI for Tor Browser TB 44492: Fix lint warnings. Diffstat:
| M | .gitlab/ci/jobs/startup-test/startup-test.py | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab/ci/jobs/startup-test/startup-test.py b/.gitlab/ci/jobs/startup-test/startup-test.py @@ -97,5 +97,6 @@ subprocess.run( download_url, "--thing-to-run", binary, - ] + ], + check=True, )