commit | 9bd3f5f8c643b276c9b17d1a1e01a0b96f267f04 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Oct 01 10:53:18 2018 +0200 |
committer | Rico Wind <ricow@google.com> | Mon Oct 01 10:53:18 2018 +0200 |
tree | ae716e7cef4e2f2744d114dad13c8a94e25ede5d | |
parent | 627edca28b098942490aec547c9d3d6abdab48b6 [diff] [blame] |
Use cwd for running benchmarks on golem Change-Id: I2439e9ea67734fd3b00e77faeef11525338a8581
diff --git a/tools/run_on_app.py b/tools/run_on_app.py index a90fccf..5b23ee9 100755 --- a/tools/run_on_app.py +++ b/tools/run_on_app.py
@@ -167,6 +167,7 @@ app_provided_pg_conf = False; if options.golem: golem.link_third_party() + options.out = os.getcwd() outdir = options.out data = None if options.app == 'gmscore':