From 86864116e1cfdfda85e429b591aaebb034109688 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Tue, 13 Oct 2015 15:17:27 -0700 Subject: [PATCH] Fix help description for test's --fail_fast flag --- pavelib/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavelib/tests.py b/pavelib/tests.py index 1b8fda1a3e..f8f2aeaf81 100644 --- a/pavelib/tests.py +++ b/pavelib/tests.py @@ -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'),