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).
run_plugin_tests.py
tries to pass alogfile_path
keword-argument tologs.collect_logs()
: https://github.com/irods/irods_testing_environment/blob/33bc7a4564f87db9b129fe0f1ecc86a33eb8844f/run_plugin_tests.py#L146The
logfile_path
keyword-argument was removed fromlogs.collect_logs()
in 6ad3b89c9c13a5513b8b5d0bef547a7c53a897bf, so this causes an exception to be thrown after the tests have been run when--extra-logs-path
is passed torun_plugin_tests.py
. This means the script exits before cleaning up docker containers (#193).