mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed var that was set to False for testing purposes
This commit is contained in:
parent
fa7c345977
commit
4e99f5053a
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ def run_state_tests(
|
|||
if junit and HAS_JUNIT:
|
||||
return _generate_junit_out_list(results)
|
||||
else:
|
||||
return _generate_out_list(results, only_fails=False)
|
||||
return _generate_out_list(results, only_fails=only_fails)
|
||||
|
||||
|
||||
def parallel_scheck(data):
|
||||
|
|
Loading…
Add table
Reference in a new issue