New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 834519 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

--test_file parameter to runner.py is broken

Project Member Reported by cra...@chromium.org, Apr 19 2018

Issue description

The --test_file parameter to the suite_schduler's runner.py program isn't passed with the manditory -- prefix, and thus isn't interpreted correctly.

 

Comment 1 by xixuan@chromium.org, Apr 19 2018

test_file is a positional arguments? e.g. python runner.py time_converter_unittest.py

Comment 2 by cra...@chromium.org, Apr 19 2018

Status: WontFix (was: Assigned)
Ah, hah. I guess I should read up on the argument parser's documentation.

Sign in to add a comment