From 0585e919b7953271a60071278a10f41a73a7b8b5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 29 Jan 2021 12:47:16 -0500 Subject: [PATCH] See if we can get any useful output before the test run explodes --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aed85ff..ca9ac46 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,7 +121,7 @@ jobs: name: "Test" command: | # And finally we can run the tests. - venv/bin/python -m twisted.trial _zkapauthorizer + venv/bin/python -m twisted.trial --rterrors _zkapauthorizer linux-tests: docker: -- GitLab