Merge branch 'master' of github.com:floodlight/oftest
diff --git a/tests/oft b/tests/oft
index 01ca263..dbc9588 100755
--- a/tests/oft
+++ b/tests/oft
@@ -240,7 +240,7 @@
testcase Run tests in all modules with the name testcase
module.testcase Run the specific test case
"""
- parser.add_option("--test-spec", "--test-list", help=test_list_help)
+ parser.add_option("-T", "--test-spec", "--test-list", help=test_list_help)
parser.add_option("--log-file",
help="Name of log file, empty string to log to console")
parser.add_option("--debug",