mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-28 18:15:42 +00:00
eeb3d61fea
Current implementation was only removing test enviroment for envs created on test setup. And test_teardown function needed to be overriden in case global_setup() was used. Now always cleaning the enviroment for both use cases, test_setup() and global_setup(). The user doesn't have the control anymore on that and if the user wants to keep the env KEEP_ENV variable should be used. Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>