run_plugin_tests.py
tries to pass logfile_path
keword-argument to logs.collect_logs()
#196
Labels
bug
Something isn't working
run_plugin_tests.py
tries to pass alogfile_path
keword-argument tologs.collect_logs()
:irods_testing_environment/run_plugin_tests.py
Line 146 in 33bc7a4
The
logfile_path
keyword-argument was removed fromlogs.collect_logs()
in 6ad3b89, 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).The text was updated successfully, but these errors were encountered: