Skip to content

Commit

Permalink
PRINT_ALL_FILES = false for test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Apr 29, 2023
1 parent abed01f commit df07dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions megalinter/utilstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_linter_success(linter, test_self):
"REPORT_OUTPUT_FOLDER": tmp_report_folder,
"LOG_LEVEL": "DEBUG",
"ENABLE_LINTERS": linter.name,
"PRINT_ALL_FILES": "true",
"PRINT_ALL_FILES": "false",
"request_id": test_self.request_id,
}
env_vars.update(linter.test_variables)
Expand Down Expand Up @@ -621,7 +621,7 @@ def test_linter_format_fix(linter, test_self):
"REPORT_OUTPUT_FOLDER": tmp_report_folder,
"LOG_LEVEL": "DEBUG",
"ENABLE_LINTERS": linter.name,
"PRINT_ALL_FILES": "true",
"PRINT_ALL_FILES": "false",
"request_id": test_self.request_id,
}
env_vars.update(linter.test_variables)
Expand Down

0 comments on commit df07dfa

Please sign in to comment.