Fix: Storm render tests fail to run

An oversight in b7028617ad lead to Storm
render tests failing due to a missing argument.

This commit fixes that.

Pull Request: https://projects.blender.org/blender/blender/pulls/131740
This commit is contained in:
Alaska
2024-12-12 01:27:04 +01:00
committed by Alaska
parent a6d4e91db8
commit 2a40964638

View File

@@ -846,7 +846,7 @@ if(WITH_CYCLES OR WITH_GPU_RENDER_TESTS)
${CMAKE_CURRENT_LIST_DIR}/storm_render_tests.py
--testdir "${TEST_SRC_DIR}/render/${render_test}"
--outdir "${TEST_OUT_DIR}/storm_hydra"
-export_method "HYDRA"
--export_method "HYDRA"
${_gpu_render_tests_arguments}
)
endforeach()
@@ -857,7 +857,7 @@ if(WITH_CYCLES OR WITH_GPU_RENDER_TESTS)
${CMAKE_CURRENT_LIST_DIR}/storm_render_tests.py
--testdir "${TEST_SRC_DIR}/render/${render_test}"
--outdir "${TEST_OUT_DIR}/storm_usd"
-export_method "USD"
--export_method "USD"
${_gpu_render_tests_arguments}
)
endforeach()