commit | bc3d2968465e5ab0ad27203e85b06ee6587be118 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Tue Sep 25 09:34:17 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Tue Sep 25 09:34:17 2012 -0700 |
tree | ce953e8e98f53c7c68e95a5bdf6cd5fa04bb730a | |
parent | ec82661dcdc5e2089530fd450b658063d578eb94 [diff] [blame] |
add --test-dir option
diff --git a/tests/oft b/tests/oft index 81d378e..a70b9c6 100755 --- a/tests/oft +++ b/tests/oft
@@ -286,6 +286,8 @@ parser.add_option("--random-seed", type="int", help="Random number generator seed", default=None) + parser.add_option("--test-dir", type="string", + help="Directory containing tests") # Might need this if other parsers want command line # parser.allow_interspersed_args = False