[Bf-blender-cvs] [ffda674893e] master: Fix: test object_modifier_array is passing when it shouldn't.

Habib Gahbiche noreply at git.blender.org
Wed Jul 31 18:31:22 CEST 2019


Commit: ffda674893eeb3689b6f506480c04c62d939a8a9
Author: Habib Gahbiche
Date:   Wed Jul 31 18:29:58 2019 +0200
Branches: master
https://developer.blender.org/rBffda674893eeb3689b6f506480c04c62d939a8a9

Fix: test object_modifier_array is passing when it shouldn't.

>From D5253.

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

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
 )
 
 # ------------------------------------------------------------------------------



More information about the Bf-blender-cvs mailing list