]> granicus.if.org Git - clang/commitdiff
[utils/FuzzTest] The help message says that if you don't specify --max-tests
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 8 Mar 2012 20:11:06 +0000 (20:11 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 8 Mar 2012 20:11:06 +0000 (20:11 +0000)
"the script will run forever continually picking new tests to run", make it so.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152327 91177308-0d34-0410-b5e6-96231b3b80d8

utils/FuzzTest

index 2b02bc15ec98cde149ea8edba06c885939e808d9..b962eb001505c229b16f7c55acd19f6252e69edb 100755 (executable)
@@ -250,7 +250,7 @@ and you can run a particular test with '--test <index>'.
     group.add_option("", "--test", help="Run a particular test",
                      type=int, dest="test", default=None, metavar="INDEX")
     group.add_option("", "--max-tests", help="Maximum number of tests",
-                     type=int, dest="max_tests", default=10, metavar="COUNT")
+                     type=int, dest="max_tests", default=None, metavar="COUNT")
     group.add_option("", "--pick-input",
                      help="Randomly select an input byte as well as fuzzing",
                      action='store_true', dest="pick_input", default=False)