fixed var that was set to False for testing purposes

This commit is contained in:
Meghann Cunningham 2023-01-31 15:45:07 +00:00 committed by Megan Wilhite
parent fa7c345977
commit 4e99f5053a

View file

@ -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):