Fix backtrace filtering for producer
This commit is contained in:
@@ -16,6 +16,11 @@ Feature: CLI error reporting
|
||||
When I execute the recipe
|
||||
Then the output must match /^\s+recipe\.rb \(recipe\)\n\s+recipe\.rb:/
|
||||
|
||||
Scenario: excludes producer from backtrace
|
||||
Given a recipe using a remote
|
||||
When I execute the recipe on unknown remote target
|
||||
Then the output must not contain "producer-core"
|
||||
|
||||
Scenario: excludes net-ssh from backtrace
|
||||
Given a recipe using a remote
|
||||
When I execute the recipe on unknown remote target
|
||||
|
Reference in New Issue
Block a user