Bug #26235
Plugin with webpack detection fails when plugin has no path
Description
We register :skip_test plugin in test and this plugin has nil as a path. It is no possible to
File.join(nil, 'webpack', 'index.js)
Associated revisions
History
#1
Updated by Ondřej Pražák about 4 years ago
- Category set to Plugin integration
- Project changed from Ansible to Foreman
#2
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6539 added
#3
Updated by Tomer Brisker about 4 years ago
- Fixed in Releases 1.22.0 added
#4
Updated by Ondřej Pražák about 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset b65a9efcc514841cacda3d58fe59d09c7c8eeaf3.
Fixes #26235 - Check for path in webpacked plugins