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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-06-19 11:46:07 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-06-19 16:28:52 +0300
commit9af3119c531e1b09578871025abf210fd879e063 (patch)
tree10b6b27b660dcf72da3a3fb684aac0c1ae72bbf7 /tests/python
parent24486513d573a48f47ebee2e07876e2ed8e7c7b8 (diff)
Removed trailing spaces
Diffstat (limited to 'tests/python')
-rw-r--r--tests/python/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index bd8ecbfce69..d4326d48d6d 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -468,9 +468,9 @@ if(WITH_ALEMBIC)
--testdir "${TEST_SRC_DIR}/alembic"
--alembic-root "${ALEMBIC_ROOT_DIR}"
)
- add_test(NAME script_alembic_import
- COMMAND
- "$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
+ add_test(NAME script_alembic_import
+ COMMAND
+ "$<TARGET_FILE:blender>" ${TEST_BLENDER_EXE_PARAMS}
--python ${CMAKE_CURRENT_LIST_DIR}/bl_alembic_import_test.py
--
--testdir "${TEST_SRC_DIR}/alembic"