From f64acc0f3395e596d2dc0c7e25fffc97c1c25f5c Mon Sep 17 00:00:00 2001 From: "tiago.vignatti" Date: Tue, 14 Apr 2015 07:56:02 -0700 Subject: gpu_unittests: Add EXECUTABLE_SUFFIX in isolate script For consistency with the other scripts, this CL add the <(EXECUTABLE_SUFFIX) as well in gpu_unittests. BUG=none Review URL: https://codereview.chromium.org/1082913002 Cr-Commit-Position: refs/heads/master@{#325046} --- gpu/gpu_unittests.isolate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gpu') diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate index 7ad1b79..999c870 100644 --- a/gpu/gpu_unittests.isolate +++ b/gpu/gpu_unittests.isolate @@ -21,7 +21,7 @@ 'command': [ '../testing/xvfb.py', '<(PRODUCT_DIR)', - '<(PRODUCT_DIR)/gpu_unittests', + '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', '--brave-new-test-launcher', '--test-launcher-bot-mode', '--asan=<(asan)', @@ -30,7 +30,7 @@ ], 'files': [ '../testing/xvfb.py', - '<(PRODUCT_DIR)/xdisplaycheck', + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', ], }, }], -- cgit v1.1