Skip to content

Commit

Permalink
Add -f as an alias for --deqp-caselist-file
Browse files Browse the repository at this point in the history
No test results are affected by this change.

Components: Framework
VK-GL-CTS issue: 5158

Change-Id: Ia794cf997502a47565e69d2372cbb92d09d351d0
  • Loading branch information
rg3igalia authored and lordalcol committed Jul 12, 2024
1 parent cf50df3 commit 4267a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/common/tcuCommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ void registerOptions(de::cmdline::Parser &parser)
parser
<< Option<QuietStdout>("q", "quiet", "Suppress messages to standard output")
<< Option<CasePath>("n", "deqp-case", "Test case(s) to run, supports wildcards (e.g. dEQP-GLES2.info.*)")
<< Option<CaseListFile>("f", "deqp-caselist-file", "Read case list (in trie format) from given file")
<< Option<CaseList>(DE_NULL, "deqp-caselist",
"Case list to run in trie format (e.g. {dEQP-GLES2{info{version,renderer}}})")
<< Option<CaseListFile>(DE_NULL, "deqp-caselist-file", "Read case list (in trie format) from given file")
<< Option<CaseListResource>(DE_NULL, "deqp-caselist-resource",
"Read case list (in trie format) from given file located application's assets")
<< Option<StdinCaseList>(DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format) from stdin")
Expand Down

0 comments on commit 4267a7b

Please sign in to comment.