owncloud / user_ldap

📒
GNU Affero General Public License v3.0
17 stars 17 forks source link

[tests-only] Save exitcode of last occ command #753

Closed saw-jan closed 2 years ago

saw-jan commented 2 years ago

Description

The PR https://github.com/owncloud/core/pull/40359 has implemented different method to save the exitcode of the last occ command and the local tests were failing because the exitcode was not saved. In this PR, I have implemented the updated way to save the occ exitCode.

Related Issue

Fixes https://github.com/owncloud/user_ldap/issues/752