mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
7362348340
If a warning occurred then the exit code must be 1, not 0. This has been
broken in commit 6e35edac13
(since 7.0.0).
Fixes #1101.
6 lines
214 B
Ruby
Executable File
6 lines
214 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_397mpeg_ts_broken_pes_track_detection
|
|
describe "mkvmerge / MPEG TS broken PES packets, track detection issues"
|
|
test_merge "data/ts/ac3-track-broken-pes-detection.ts", :exit_code => :warning
|