tornavis/tests
Jeroen Bakker 49d07653f9 RenderTests: Fix Incorrect Command in Report
When running the render test for EEVEE-Next the command printed on
the report to update the reference images was incorrect. In stead of
displaying
`BLENDER_TEST_UPDATE=1 ctest -R eevee_next` it displayed
`BLENDER_TEST_UPDATE=1 ctest -R eevee next`.

The cause of this is that the title of the report is used to create
the command. EEVEE-Next has a space in its title which generates
an incorrect command.

A quick fix would be to replace spaces with underscores. But it would
be better to fix this more clearly by adding an attribute containing the
engine name.

This PR adds a `set_engine_name` method to the Report class. By
default the engine name is set based on the title.

Pull Request: https://projects.blender.org/blender/blender/pulls/117503
2024-01-25 18:55:28 +01:00
..
blender_as_python_module License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
gtests Tests: add option to build one binary per GTest file 2024-01-03 18:35:50 +01:00
performance Tests: Cache revision builds in benchmark script 2024-01-18 21:28:23 +01:00
python RenderTests: Fix Incorrect Command in Report 2024-01-25 18:55:28 +01:00
utils Cleanup: Grammar in comments 2024-01-06 09:02:56 -05:00
CMakeLists.txt CMake: quiet noisy messages on every run 2023-10-07 18:20:30 +11:00