From 81df323df4d51d1c64133946aaa009021381888d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Feb 2022 17:43:36 +1100 Subject: Tests: disable file output for bl_keymap_validate.py Left on by accident but should only be used when debugging output. --- tests/python/bl_keymap_validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') 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. -- cgit v1.2.3