diff options
| -rwxr-xr-x | scripts/oe-build-perf-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 8d7fdf269e..bb5c382d26 100755 --- a/scripts/oe-build-perf-test +++ b/scripts/oe-build-perf-test | |||
| @@ -131,7 +131,7 @@ def parse_args(argv): | |||
| 131 | parser.add_argument('-o', '--out-dir', default='results-{date}', | 131 | parser.add_argument('-o', '--out-dir', default='results-{date}', |
| 132 | type=os.path.abspath, | 132 | type=os.path.abspath, |
| 133 | help="Output directory for test results") | 133 | help="Output directory for test results") |
| 134 | parser.add_argument('--log-file', type=os.path.abspath, | 134 | parser.add_argument('--log-file', |
| 135 | default='{out_dir}/oe-build-perf-test.log', | 135 | default='{out_dir}/oe-build-perf-test.log', |
| 136 | help="Log file of this script") | 136 | help="Log file of this script") |
| 137 | parser.add_argument('--run-tests', nargs='+', metavar='TEST', | 137 | parser.add_argument('--run-tests', nargs='+', metavar='TEST', |
