We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34062ec commit 94069bcCopy full SHA for 94069bc
tests/integration/image_checker.py
@@ -184,7 +184,7 @@ def _check_mismatched_images(
184
185
# Make diff_dir readable
186
if os.path.exists(parameters.diff_dir):
187
- _chmod_recursive(parameters.diff_dir, 0o755)
+ _chmod_recursive(parameters.diff_dir, 0o754)
188
else:
189
# diff_dir won't exist if all the expected images are missing
190
# That is, if we're in this case, we expect the following:
0 commit comments