clearlinux / swupd-client

Software update client
Other
116 stars 61 forks source link

API: Do not validate error messages in API tests #1512

Closed castulo closed 4 years ago

castulo commented 4 years ago

The tests in test/functional/api are going to validate the --quiet output is rarely changed, therefore only expected output should be validated and not warnings or error messages.

Closes #1502

Signed-off-by: Castulo Martinez castulo.martinez@intel.com

castulo commented 4 years ago

Rebased