Select test script over configured script
This commit is contained in:
@@ -2307,7 +2307,7 @@ class SCRIPTS(Notifier):
|
|||||||
if not script_args:
|
if not script_args:
|
||||||
script_args = []
|
script_args = []
|
||||||
|
|
||||||
script = self.config.get('script', kwargs.get('script', ''))
|
script = kwargs.get('script', self.config.get('script', ''))
|
||||||
|
|
||||||
# Don't try to run the script if the action does not have one
|
# Don't try to run the script if the action does not have one
|
||||||
if action and not script:
|
if action and not script:
|
||||||
|
Reference in New Issue
Block a user