| Index: testing/chromoting/chromoting_integration_tests.isolate
|
| diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
|
| index d83df7a37e8c77f461af66ecb83a2a7d7a52ec68..135836b46f823aec62ac6f4418c41b005da3db40 100644
|
| --- a/testing/chromoting/chromoting_integration_tests.isolate
|
| +++ b/testing/chromoting/chromoting_integration_tests.isolate
|
| @@ -6,17 +6,16 @@
|
| ['OS=="linux"', {
|
| 'variables': {
|
| 'command': [
|
| - '../xvfb.py',
|
| + './browser_tests_launcher.py',
|
| + '-f',
|
| + './browser_test_commands_linux.txt',
|
| + '-p',
|
| '<(PRODUCT_DIR)',
|
| - '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
|
| - '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
|
| - '--run-manual',
|
| - '--ui-test-action-timeout=100000',
|
| - '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
|
| - '--extension-name=Chromoting',
|
| ],
|
| 'files': [
|
| '../xvfb.py',
|
| + './browser_tests_launcher.py',
|
| + './browser_test_commands_linux.txt',
|
| '../../remoting/tools/internal/test_accounts.json',
|
| '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| '<(PRODUCT_DIR)/libosmesa.so',
|
|
|