Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-24 09:43:36 +0300
committerCampbell Barton <campbell@blender.org>2022-02-24 09:43:36 +0300
commit81df323df4d51d1c64133946aaa009021381888d (patch)
tree7ee2d42ebd7663081cc20c3ae3084b1099e4ef57 /tests
parentfe4b53311a09f18ec0c2732466dc310f6ace6fb0 (diff)
Tests: disable file output for bl_keymap_validate.py
Left on by accident but should only be used when debugging output.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_keymap_validate.py2
1 files changed, 1 insertions, 1 deletions
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.