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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-08 06:19:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-08 06:19:41 +0400
commit1c91d62c7e682c72173750e88505ba08f6fabcdf (patch)
tree0a4e1fce12f509453f55de5a6ed7f732bb579999 /source/tests
parent6029640bcae139d4df59be1b4de5645d4ee251a3 (diff)
use BLI_path_cmp() rather then strcmp()
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/bl_run_operators.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py
index 08e9d5d59e4..658a6849320 100644
--- a/source/tests/bl_run_operators.py
+++ b/source/tests/bl_run_operators.py
@@ -42,6 +42,9 @@ op_blacklist = (
"wm.doc_view",
"wm.path_open",
"help.operator_cheat_sheet",
+ "wm.keyconfig_test", # just annoying - but harmless
+ "wm.memory_statistics", # another annoying one
+ # "mesh.vertex_color_remove", #crashes! fixme
)