irods / irods_testing_environment

BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

`run_plugin_tests.py` tries to pass `logfile_path` keword-argument to `logs.collect_logs()` #196

Open SwooshyCueb opened 6 months ago

SwooshyCueb commented 6 months ago

run_plugin_tests.py tries to pass a logfile_path keword-argument to logs.collect_logs(): https://github.com/irods/irods_testing_environment/blob/33bc7a4564f87db9b129fe0f1ecc86a33eb8844f/run_plugin_tests.py#L146

The logfile_path keyword-argument was removed from logs.collect_logs() in 6ad3b89c9c13a5513b8b5d0bef547a7c53a897bf, so this causes an exception to be thrown after the tests have been run when --extra-logs-path is passed to run_plugin_tests.py. This means the script exits before cleaning up docker containers (#193).