aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnton Kirilov <anton.kirilov@linaro.org>2016-02-04 13:34:58 +0000
committerAnton Kirilov <anton.kirilov@linaro.org>2016-02-16 17:29:40 +0000
commitcf72e9f6804b3c9b1bf1a65212cb97c3209b6c8a (patch)
treecb360f9037afc14b254114cb54850738161e9dc9 /test
parentb2861733870de7a2bc9fbec96690268b319526e7 (diff)
downloadart-testing-cf72e9f6804b3c9b1bf1a65212cb97c3209b6c8a.tar.gz
Improve the JSON output of the compilation statistics tools.
Change-Id: Ice8ea4c53d8315005f962da2800c4ebeb7d59674
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 2a8a2a0..7ebbe11 100755
--- a/test/test.py
+++ b/test/test.py
@@ -153,7 +153,7 @@ def TestCompilationStatistics(target=utils.adb_default_target_string):
args.append(os.path.join(utils.dir_build, "bench.apk"))
run_py = os.path.join(utils.dir_root, "tools", "compilation_statistics", "run.py")
- compare_py = os.path.join(utils.dir_root, "tools", "compilation_statistics", "compare.py")
+ compare_py = os.path.join(utils.dir_root, "compare.py")
rc |= TestCommand(["./build.sh", "-t"], _cwd=utils.dir_root)
rc |= TestCommand([run_py, "--output-pkl=/tmp/res1"] + args, _cwd=utils.dir_root)
rc |= TestCommand([run_py, "--output-pkl=/tmp/res2"] + args, _cwd=utils.dir_root)