mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Re-add package test session after upgrade test and don't fail silently on upgrade failures
This commit is contained in:
parent
4046cfc30b
commit
16f0c517c5
1 changed files with 4 additions and 1 deletions
|
@ -1806,4 +1806,7 @@ def test_upgrade_pkgs(session, classic):
|
|||
try:
|
||||
_pytest(session, False, cmd_args)
|
||||
except nox.command.CommandFailed:
|
||||
sys.exit(0)
|
||||
sys.exit(1)
|
||||
|
||||
cmd_args = ["pkg/tests/"] + session.posargs
|
||||
_pytest(session, False, cmd_args)
|
||||
|
|
Loading…
Add table
Reference in a new issue