Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r372:aa97f028af85
Date: 2017-03-08 10:50 +0100
http://bitbucket.org/pypy/benchmarks/changeset/aa97f028af85/

Log:    Ignore extra options

diff --git a/nullpython.py b/nullpython.py
--- a/nullpython.py
+++ b/nullpython.py
@@ -14,6 +14,8 @@
         usage="%prog [options]",
         description="Test the performance of the Go benchmark")
     util.add_standard_options_to(parser)
+    parser.add_option('-b')  # ignored, for cpython_doc
+    parser.add_option('-d')  # ignored, for cpython_doc
     options, args = parser.parse_args()
 
     main = lambda n: [0.0001 for x in range(options.num_runs)]
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to