[Bf-blender-cvs] [f35f7bd97a4] master: Fix missing output dir for blendfile_liblink test.

Bastien Montagne noreply at git.blender.org
Tue Feb 18 09:53:15 CET 2020


Commit: f35f7bd97a4151ae6349d5e85988d4ab9e394d38
Author: Bastien Montagne
Date:   Tue Feb 18 09:52:29 2020 +0100
Branches: master
https://developer.blender.org/rBf35f7bd97a4151ae6349d5e85988d4ab9e394d38

Fix missing output dir for blendfile_liblink test.

===================================================================

M	tests/python/CMakeLists.txt

===================================================================

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index 0eb17d7fafe..358200dece4 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -139,7 +139,8 @@ add_blender_test(
 
 add_blender_test(
   blendfile_liblink
-  --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_liblink.py
+  --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_liblink.py --
+  --output-dir ${TEST_OUT_DIR}/blendfile_io/
 )
 
 # ------------------------------------------------------------------------------



More information about the Bf-blender-cvs mailing list