From ffda674893eeb3689b6f506480c04c62d939a8a9 Mon Sep 17 00:00:00 2001 From: Habib Gahbiche Date: Wed, 31 Jul 2019 18:29:58 +0200 Subject: Fix: test object_modifier_array is passing when it shouldn't. From D5253. --- tests/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$" ${TEST_BLENDER_EXE_PARAMS} ${TEST_SRC_DIR}/modifier_stack/array_test.blend - --python-text run_tests + --python-text run_tests.py ) # ------------------------------------------------------------------------------ -- cgit v1.2.3