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:
authorHabib Gahbiche <zazizizou>2019-07-31 19:29:58 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-07-31 19:31:15 +0300
commitffda674893eeb3689b6f506480c04c62d939a8a9 (patch)
tree67ad98a5b39146d506464e4dcf0a54aa1108b88c /tests
parent4c12764a7f3c9a41e0d72ba5e950fff1946f5b50 (diff)
Fix: test object_modifier_array is passing when it shouldn't.
From D5253.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index fc59f7f2a2c..737f4666aae 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -136,7 +136,7 @@ add_test(
NAME object_modifier_array
COMMAND "$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
${TEST_SRC_DIR}/modifier_stack/array_test.blend
- --python-text run_tests
+ --python-text run_tests.py
)
# ------------------------------------------------------------------------------