Commit db3f042b by Jamie Madill Committed by Commit Bot

Trace Tests: Rebase path to relative dir.

We were encoding an absolute path into our binaries. This works locally and breaks horribly when run on the bots. Fix this by rebasing the path to the root_out_dir. Bug: angleproject:3630 Change-Id: I4044d1228ee951f2192e83167deb92a0ffe92a52 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2103672Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent a3cf06ac
......@@ -40,7 +40,7 @@ foreach(_test, _tests) {
if (is_android) {
_test_data_path = "/sdcard/chromium_tests_root/third_party/angle/src/tests/perf_tests/restricted_traces/${_test}"
} else {
_test_data_path = rebase_path("${_test_dir}")
_test_data_path = rebase_path("${_test_dir}", root_out_dir)
}
angle_trace_perf_defines +=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment