mkvtoolnix/tests/test.d
Moritz Bunkus 901e49b049
mm_file_io_c: don't flush on close by default
When closing files that were opened for writing, cached data will not
be flushed to storage automatically anymore. This reverts the
workaround implemented for #2469. A new option was added to both
programs (`--flush-on-close`) that re-enables flushing for people who
are affected by data loss such as described in #2469.

The reason is that automatic flushing causes long delays in processing
queues when the output by mkvmerge/mkvextract isn't the final product but
just an intermediate result to be processed further.

Implements #2480.
2019-01-10 22:05:34 +01:00
..
controller.rb test runner: don't remove trailing 0 when outputting failed IDs 2018-03-10 12:47:55 +01:00
results.rb
simple_test.rb mm_file_io_c: don't flush on close by default 2019-01-10 22:05:34 +01:00
test.rb tests: mark certain commands as not to produce a hash result 2017-08-12 10:51:33 +02:00
util.rb test runner: require all Gems from the main program 2018-03-07 10:05:50 +01:00