summaryrefslogtreecommitdiffstats
path: root/testing/chromoting
diff options
context:
space:
mode:
authoranandc <anandc@chromium.org>2014-10-17 18:45:37 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-18 01:45:50 +0000
commit7387ae22eec767711590ba2cf59eba34bc5f66bb (patch)
treee2875f2cc31a5ca169492e2265cd86e3cc9a7447 /testing/chromoting
parent03380671eebc1bab0e3e27b90e3949380e4081b9 (diff)
downloadchromium_src-7387ae22eec767711590ba2cf59eba34bc5f66bb.zip
chromium_src-7387ae22eec767711590ba2cf59eba34bc5f66bb.tar.gz
chromium_src-7387ae22eec767711590ba2cf59eba34bc5f66bb.tar.bz2
Fix path to test_env.py for Windows and Mac tests.
The python wrapper CL just landed. I'd like to see it work as expected for some iterations on Linux, before starting to use it on Windows as well. So for now, just fixing the path to the file used on Windows. BUG= Review URL: https://codereview.chromium.org/661193003 Cr-Commit-Position: refs/heads/master@{#300198}
Diffstat (limited to 'testing/chromoting')
-rw-r--r--testing/chromoting/chromoting_integration_tests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
index 135836b..b0c2d00 100644
--- a/testing/chromoting/chromoting_integration_tests.isolate
+++ b/testing/chromoting/chromoting_integration_tests.isolate
@@ -52,7 +52,7 @@
['OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '../testing/test_env.py',
+ '../test_env.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
'--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
'--run-manual',