On Mon, May 29, 2017 at 05:54:32PM -0400, Scott Kostyshak wrote: > On Mon, May 29, 2017 at 01:38:16PM +0200, Kornel Benko wrote: > > > Ehm, my mistake. I inserted "-shel-escape" instead of "-shell-escape" in > > the converter. > > I suppose for these tests to pass, we need to use a special preference > file that changes the converters. I forget, do we currently allow for a > test to use a different preference file?
I guess we have the following options: 1. Ignore the tests for now. 2. Implement different preferences for different tests. 3. Make a new format, make a new converter for that format that is basically the same as our current converter but hasa the shell-escape option, and then use that converter for the new format. Scott