Alembic unit tests: Removed trailing spaces

This commit is contained in:
Sybren A. Stüvel
2017-04-21 16:20:35 +02:00
parent e6ee3fd924
commit 7e977470f3

View File

@@ -18,7 +18,7 @@
#
# ***** END GPL LICENSE BLOCK *****
# --env-system-scripts allows to run without the install target.
# --env-system-scripts allows to run without the install target.
# Use '--write-blend=/tmp/test.blend' to view output
@@ -47,7 +47,7 @@ else()
set(TEST_BLENDER_EXE ${EXECUTABLE_OUTPUT_PATH}/blender)
endif()
# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
# for testing with valgrind prefix: valgrind --track-origins=yes --error-limit=no
set(TEST_BLENDER_EXE_BARE ${TEST_BLENDER_EXE})
set(TEST_BLENDER_EXE ${TEST_BLENDER_EXE} --background -noaudio --factory-startup --env-system-scripts ${CMAKE_SOURCE_DIR}/release/scripts)