Author: Carsten Senger <[email protected]>
Branch:
Changeset: r169:fceaaf9b1f82
Date: 2012-01-24 22:08 +0100
http://bitbucket.org/pypy/benchmarks/changeset/fceaaf9b1f82/
Log: Remove obsolete --postfix option
diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -187,8 +187,7 @@
help="Run shorter benchmark runs")
parser.add_option("--full-store", default=False, action="store_true",
help="")
- parser.add_option('--postfix', default='', action='store',
- help='Append a postfix to uploaded executable')
+
options, args = parser.parse_args(argv)
upload_options = get_upload_options(options)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit