toolbox/test/system/libs
Debarshi Ray 74bf1af983 test/system: Remove stray 'podman ...' error in setup_suite() failures
If setup_suite() fails for some reason, then an unrelated message from
'podman system reset' would show up:
  not ok 1 setup_suite
  # (from function `setup_suite' in test file
       test/system/setup_suite.bash, line 43)
  #   `_pull_and_cache_distro_image foo || false' failed
  # Requested distro (foo) does not have a matching image
  #  A "/home/rishi/.cache/toolbox/system-test-storage/storage.conf"
       config file exists.
  # Remove this file if you did not modify the configuration.

This extra error message from 'podman system reset' serves no purpose
because it's not related to the cause of the setup_suite() failure.
It's just noise and it's better to silence it.

https://github.com/containers/toolbox/pull/1375
2023-09-23 00:29:36 +02:00
..
bats-assert@d750c5a1b4 test/system: Track bats libs as submodules & install them better 2021-07-22 10:23:53 +02:00
bats-support@24a72e1434 test/system: Track bats libs as submodules & install them better 2021-07-22 10:23:53 +02:00
helpers.bash test/system: Remove stray 'podman ...' error in setup_suite() failures 2023-09-23 00:29:36 +02:00