From 76caf394bf0fd51c364ec6aaeb2025154cf67d12 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Fri, 29 Apr 2016 17:51:43 +0300 Subject: typo --- scripts/automation/regression/trex_unit_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/automation/regression/trex_unit_test.py b/scripts/automation/regression/trex_unit_test.py index d87cb057..b9f0c05c 100755 --- a/scripts/automation/regression/trex_unit_test.py +++ b/scripts/automation/regression/trex_unit_test.py @@ -155,7 +155,7 @@ class CTRexTestConfiguringPlugin(Plugin): dest="test_client_package", help="Includes tests of client package.") parser.add_option('--long', action="store_true", default = False, - dest="long", type = int, + dest="long", help="Flag of long tests (stability).") def configure(self, options, conf): -- cgit 1.2.3-korg