commit | c8f56a39aaa83bbe797945bf6d9a4faf2d180299 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Mar 07 09:54:15 2016 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Mar 07 09:54:15 2016 -0800 |
tree | ea54503c44ebe9613943fed6bc42040bdeae3993 | |
parent | 98ba00666271be1bdcd45b72b3dec04419efe61b [diff] |
Subzero: Fix "make presubmit" for spec -Om1. For the Om1 spec tests, we were generating commands like this: ./pydir/szbuild_spec2k.py -v -Om1 --target=x8632 -O2 --filetype=obj 253.perlbmk where -Om1 and -O2 both appear. Python's argparse allows an argument to be set multiple times, and the last one would win, i.e. -O2 is used instead of -Om1. BUG= none R=jpp@chromium.org Review URL: https://codereview.chromium.org/1766603002 .