Commit 2b5810db by Sarina Canelake

Merge pull request #10144 from justinabrahms/fail-fast-flag-description-fix

Fix help description for test's --fail_fast flag
parents e72feead ac35571a
......@@ -247,3 +247,4 @@ George Schneeloch <gschneel@mit.edu>
Dustin Gadal <Dustin.Gadal@gmail.com>
Robert Raposa <rraposa@edx.org>
Giovanni Di Milia <gdimilia@mit.edu>
Justin Abrahms <abrahms@mit.edu>
\ No newline at end of file
......@@ -25,7 +25,7 @@ __test__ = False # do not collect
("system=", "s", "System to act on"),
("test_id=", "t", "Test id"),
("failed", "f", "Run only failed tests"),
("fail_fast", "x", "Run only failed tests"),
("fail_fast", "x", "Fail suite on first failed test"),
("fasttest", "a", "Run without collectstatic"),
('extra_args=', 'e', 'adds as extra args to the test command'),
('cov_args=', 'c', 'adds as args to coverage for the test run'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment