Skip to content
Snippets Groups Projects

force `subprocess.run` to check return code is 0

Merged Hans Fangohr requested to merge force-checking-of-error-code into linux-debian11
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -172,7 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
@@ -172,7 +172,7 @@ def test_install_environment_wrong_mpsd_release(tmp_path):
def test_install_environment_zlib():
def test_install_environment_zlib():
"""Test installation of toolchain."""
"""Test installation of toolchain."""
# Prepare a test installation of global generic
# Prepare a test installation of global generic
# with only zlib to test the installation
# with only zlib to test the installation
# This is a long test,
# This is a long test,
# its handy to test this with print statements printed to
# its handy to test this with print statements printed to
Loading