From b1efea986d62c0332c3e4fcbca8a6a1846599c62 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 3 Nov 2020 13:23:43 +0100 Subject: [PATCH] Fix sequence tests writing HTML report to wrong directory It was missing from tests/report.html that gathers all tests reports. --- 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 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()