gregorio-project / gregorio-test

A repository of tests for Gregorio
GNU General Public License v3.0
5 stars 3 forks source link

Add option to skip image cache #302

Closed rpspringuel closed 7 years ago

rpspringuel commented 7 years ago

This option allows one to skip the image cache when testing (regenerating the skipped image in the process). It's faster than finding and deleting a particular image (or set of images) from the cache, but is non-selective: all tests being run will skip the image cache.

henryso commented 7 years ago

Thanks.