Am Sonntag, 14. Januar 2018 um 13:26:33, schrieb Kornel Benko <kor...@lyx.org> > Am Sonntag, 14. Januar 2018 um 12:54:18, schrieb Kornel Benko <kor...@lyx.org> > > Am Sonntag, 14. Januar 2018 um 12:13:19, schrieb Pavel Sanda <sa...@lyx.org> > > > Kornel Benko wrote: > > > > I experience > > > > 4.) Dialog appears every time asking for revert. > > > > Using "buffer-write" now instead of "buffer-reload dump". > > > > Since at start of test the original file is copied first and then > > > > operated on the copy, > > > > nothing bad happens. > > > > > > If thats how tests work in general, then that's also fine. > > > buffer-reload dump did not work likely because you did not run on most > > > recent master > > > including 46826155a. > > > Pavel > > > > Yes, although I assumed it was there already. > > > > Kornel > > Works now. The test is named "batch_beamer", could you propose some better > name?. > > The new files are going to development/batchtests (new dir) > > Commit? >
This was missing in previous mail. Kornel
diff --git a/lib/scripts/CMakeLists.txt b/lib/scripts/CMakeLists.txt index d39e4fb..b7afeb1 100644 --- a/lib/scripts/CMakeLists.txt +++ b/lib/scripts/CMakeLists.txt @@ -10,4 +10,7 @@ if (UNIX) # include(../PyCompile) endif() configure_file("${CMAKE_CURRENT_SOURCE_DIR}/prefTest.pl.in" "${CMAKE_BINARY_DIR}/prefTest.pl" @ONLY) +configure_file("${CMAKE_CURRENT_SOURCE_DIR}/lyx_batch.pl.in" "${CMAKE_BINARY_DIR}/lyx_batch.pl" @ONLY) +
lyx_batch.pl.in
Description: Perl program
signature.asc
Description: This is a digitally signed message part.