Blender Git Loki
Git Commits -> Revision 6f516fc
Revision 6f516fc by Brecht Van Lommel (master) June 27, 2019, 10:46 (GMT) |
Tests: speed up render tests by running multiple in the same process Blender startup time and shader compilation is a big factor when running hundreds of tests, so now all renders in the same ctest run in the same process. This was previously reverted due to skipping other tests when one test crashed. Now if a test crashes, Blender is re-run with the remaining tests so we get results from them still. |
Commit Details:
Full Hash: 6f516fcc631c177a1c9f62b3a22e0c4e0e9713d4
Parent Commit: 219a10e
Lines Changed: +100, -218