From ec2de0f0784ece788e6d9aa9d2af1f9a8c4175b1 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Thu, 27 Jul 2017 14:43:46 +0100 Subject: COMPMID-415: Allow multiple ids for filter-id Change-Id: Id2e4ab6094438105fec17b8ea0ad74057968571b Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81859 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index 7a1265cbbb..0b01185fc9 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -115,8 +115,8 @@ int main(int argc, char **argv) log_format->set_help("Output format for measurements and failures"); auto filter = parser.add_option>("filter", ".*"); filter->set_help("Regular expression to select test cases"); - auto filter_id = parser.add_option>("filter-id", -1); - filter_id->set_help("Test id. Only this test will be executed."); + auto filter_id = parser.add_option>("filter-id"); + filter_id->set_help("List of test ids. ... can be used to define a range."); auto log_file = parser.add_option>("log-file"); log_file->set_help("Write output to file instead of to the console"); auto log_level = parser.add_option>("log-level", supported_log_levels, framework::LogLevel::ALL); -- cgit v1.2.1