1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 14:08:42 +02:00

Propagate exit code from the run() and do_() commandline methods

This commit is contained in:
2024-04-08 14:42:22 +02:00
parent dabefbb913
commit 6322e2f9aa
5 changed files with 29 additions and 5 deletions

View File

@@ -54,6 +54,12 @@ $ podman stop|kill obs-server
$ podman rmi obs-server
```
Install test dependencies
-------------------------
```
$ zypper install python3-behave diffstat diffutils obs-service-replace_using_env python3 python3-cryptography python3-pip python3-rpm python3-setuptools python3-urllib3 build obs-service-set_version
```
Run tests
---------