diff options
-rwxr-xr-x | scripts/oe-build-perf-test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test index 35a4839d4d..3dab070edc 100755 --- a/scripts/oe-build-perf-test +++ b/scripts/oe-build-perf-test | |||
@@ -191,13 +191,13 @@ def main(argv=None): | |||
191 | # Restore logger output to stderr | 191 | # Restore logger output to stderr |
192 | log.handlers[0].setLevel(log.level) | 192 | log.handlers[0].setLevel(log.level) |
193 | 193 | ||
194 | if args.globalres_file: | ||
195 | result.update_globalres_file(args.globalres_file) | ||
196 | if args.commit_results: | ||
197 | result.git_commit_results(args.commit_results, | ||
198 | args.commit_results_branch, | ||
199 | args.commit_results_tag) | ||
194 | if result.wasSuccessful(): | 200 | if result.wasSuccessful(): |
195 | if args.globalres_file: | ||
196 | result.update_globalres_file(args.globalres_file) | ||
197 | if args.commit_results: | ||
198 | result.git_commit_results(args.commit_results, | ||
199 | args.commit_results_branch, | ||
200 | args.commit_results_tag) | ||
201 | return 0 | 201 | return 0 |
202 | 202 | ||
203 | return 1 | 203 | return 1 |