From 270ecc5afe9ad286206dcbed0f9861a8e5fac72a Mon Sep 17 00:00:00 2001 From: James Garner Date: Tue, 3 Dec 2024 13:14:29 +1300 Subject: [PATCH] ci: temporarily use -x in integration tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ba817594..dda4989b 100644 --- a/tox.ini +++ b/tox.ini @@ -112,6 +112,7 @@ commands = --tb native \ -v \ -s \ + -x \ {posargs} [testenv:integration-centos]