Commit: 81df323df4d51d1c64133946aaa009021381888d Author: Campbell Barton Date: Thu Feb 24 17:43:36 2022 +1100 Branches: master https://developer.blender.org/rB81df323df4d51d1c64133946aaa009021381888d
Tests: disable file output for bl_keymap_validate.py Left on by accident but should only be used when debugging output. =================================================================== M tests/python/bl_keymap_validate.py =================================================================== diff --git a/tests/python/bl_keymap_validate.py b/tests/python/bl_keymap_validate.py index 9408f641718..7bd40ce97e7 100644 --- a/tests/python/bl_keymap_validate.py +++ b/tests/python/bl_keymap_validate.py @@ -47,7 +47,7 @@ import bpy # type: ignore # Useful for diffing the output to see what changed in context. # this writes keymaps into the current directory with `.orig.py` & `.rewrite.py` extensions. -WRITE_OUTPUT_DIR = "/tmp/test" # "/tmp", defaults to the systems temp directory. +WRITE_OUTPUT_DIR = "" # "/tmp", defaults to the systems temp directory. # For each preset, test all of these options. # The key is the preset name, containing a sequence of (attribute, value) pairs to test. _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
