test-kitchen / kitchen-dokken

Test Kitchen driver/provisioner for lightning faster Chef Infra cookbook testing with Docker
Other
197 stars 91 forks source link

fix failed run exit code when clean_dokken_sandbox is false #319

Closed Stromweld closed 5 months ago

Stromweld commented 6 months ago

Description

If clean_dokken_sandbox provisioner option is set to false, kitchen converge always exits with exit code 0 even if the chef-client run fails convergence. This is due to the return negating the exception that was raised.

Issues Resolved

318

Type of Change

bug fix

Check List

Stromweld commented 6 months ago

When merged can a new release be cut as well please?