From 3b3667679377b3fb997501b647590189e8ffd4b5 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Tue, 9 Apr 2024 01:35:32 +0300 Subject: [PATCH] Run the lint env in the jammy buildbot dir --- .buildbot/tox-jammy/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/tox-jammy/test.sh b/.buildbot/tox-jammy/test.sh index 3de38252..ab6134c4 100755 --- a/.buildbot/tox-jammy/test.sh +++ b/.buildbot/tox-jammy/test.sh @@ -1,4 +1,4 @@ #!/bin/sh -tox -e lint-basic # || exit 1 +tox -e lint || exit 1 tox -e py310