mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
validate:media-check: Fix wrong exit code
There are code paths where the runner doesn't contain any issue but an error has already been reported
This commit is contained in:
parent
080fdf8e2f
commit
688265f1a0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ main (int argc, gchar ** argv)
|
|||
|
||||
out:
|
||||
if (runner)
|
||||
ret = gst_validate_runner_exit (runner, TRUE);
|
||||
ret += gst_validate_runner_exit (runner, TRUE);
|
||||
|
||||
g_free (output_file);
|
||||
g_free (expected_file);
|
||||
|
|
Loading…
Reference in a new issue