Skip to content

Commit 25347d3

Browse files
committed
semi-weekly tests: add some help tests
after recent changes `-c help`/`-c lavc:help` crashes - create test for it
1 parent a5d55ca commit 25347d3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/scripts/run_scheduled_tests_data.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# test cases for run_scheduled_tests.sh
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright (c) 2026 CESNET, zájmové sdružení právnických osob
24
#
35
# For the documentation of add_test parameters see the
46
# run_scheduled_tests.sh file.
@@ -10,6 +12,15 @@ add_test "-d sdl" should_timeout
1012
add_test "-t testcard -c lavc:e=libx265 -f rs -d dummy" should_timeout
1113
add_test "-t spout:check_lib" Windows_only
1214

15+
add_test "-x help"
16+
add_test "-x sdp:help"
17+
add_test "-c help -t testcard"
18+
add_test "-c lavc:help -t testcard"
19+
add_test "-x nonexistent" should_fail
20+
add_test "-x sdp:wrongopt" should_fail
21+
add_test "-c nonexistent" should_fail
22+
add_test "-c lavc:wrongopt -t testcard" should_fail
23+
1324
# reflector
1425
add_test -v run_reflector # basic sanity test
1526
add_test "8M 5004" run_reflector,should_timeout

0 commit comments

Comments
 (0)