[openSUSE/open-build-service] 9cfe9e: fix 0060-check_required_services.ts to work with n...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 9cfe9e50b978b7361e88cdfb87d0852a0c967231 https://github.com/openSUSE/open-build-service/commit/9cfe9e50b978b7361e88cd... Author: Frank Schreiner <schreiner@suse.de> Date: 2021-06-14 (Mon, 14 Jun 2021) Changed paths: M dist/t/0060-check_required_services.ts Log Message: ----------- fix 0060-check_required_services.ts to work with new output format of systemctl * fix regex while parsing output of "systemctl list-units" * speed up testing if output of unit is "failed" Nowadays the output of "systemctl list-units" is prefixed with space(s). This patch fixes the regex while parsing the output of the command. Note: "-o json" does not work in older distributions. Commit: 5689de2c8c5d9361405920529b7edda10757df33 https://github.com/openSUSE/open-build-service/commit/5689de2c8c5d9361405920... Author: Frank Schreiner <schreiner@suse.de> Date: 2021-06-14 (Mon, 14 Jun 2021) Changed paths: M dist/t/0060-check_required_services.ts Log Message: ----------- Merge pull request #11242 from M0ses/fix_0060-check_required_services fix 0060-check_required_services.ts to work with new output format of… Compare: https://github.com/openSUSE/open-build-service/compare/df957ace574d...5689de...
participants (1)
-
Frank Schreiner