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:
authorBrecht Van Lommel <brecht@blender.org>2020-11-03 15:23:43 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-11-03 15:31:31 +0300
commitb1efea986d62c0332c3e4fcbca8a6a1846599c62 (patch)
tree1a86d6483f0408a38f1b8f953ba37ef6bb1b92fa /tests
parentc21ba10e0b26c9e712300b4407c35a8f7b5ac673 (diff)
Fix sequence tests writing HTML report to wrong directory
It was missing from tests/report.html that gathers all tests reports.
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 f43ca567f7d..22426a6d6fc 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -717,7 +717,7 @@ else()
-blender "${TEST_BLENDER_EXE}"
-testdir "${TEST_SRC_DIR}/sequence_editing/${render_test}"
-idiff "${OPENIMAGEIO_IDIFF}"
- -outdir "${TEST_OUT_DIR}/sequence_editing/${render_test}"
+ -outdir "${TEST_OUT_DIR}/sequence_editing"
)
endforeach()
endif()