On Sat, Mar 15, 2014 at 4:48 AM, Kornel Benko <kor...@lyx.org> wrote: > Am Freitag, 14. März 2014 um 16:19:14, schrieb Scott Kostyshak > <skost...@lyx.org> > >> >> (1) we can just move towards enabling all tests and then > >> > > >> >> inverting/ignoring when we need to. The only disadvantage is computer > >> > > >> >> time. > >> > > >> >> (2) we can have a file that will force the inclusion of a specific >> >> test. > >> > > >> >> > >> > > >> >> Which do you think is best? > >> > > >> > > >> > > >> > I propose following: > >> > > >> > default_output_format ---> export format to test > >> > > >> > ------------------------------------------------ > >> > > >> > default xhtml, dvi*, pdf* > >> > > >> > xhtml xhtml > >> > > >> > any of pfd variants xhtml, pdf* > >> > > >> > any of dvi variants xhtml, dvi* > >> > > >> > ------------------------------------------------ > >> > >> Looks good to me. > >> > >> Scott > > > > OK. Patch attached.
Looks good. If default_output_format is not defined, I think we should test everything (and then we would revert those that fail). Scott