| Index: chrome/test/kasko/kasko_integration_test.py
|
| diff --git a/chrome/test/kasko/kasko_integration_test.py b/chrome/test/kasko/kasko_integration_test.py
|
| index 669ff0c7c60e471d3e13cdaceee337ca11738bde..fc9e0933d21f23a17ede8c3d0296622c7b88bdc5 100755
|
| --- a/chrome/test/kasko/kasko_integration_test.py
|
| +++ b/chrome/test/kasko/kasko_integration_test.py
|
| @@ -18,10 +18,11 @@ Typical usage (assuming in root 'src' directory):
|
|
|
| - generate project files with the following GYP variables:
|
| branding=Chrome syzyasan=1 win_z7=0 chromium_win_pch=0
|
| -- build the release Chrome binaries:
|
| +- build the release Chrome binaries and driver:
|
| ninja -C out\Release chrome.exe
|
| + ninja -C out\Release chromedriver.exe
|
| - run the test:
|
| - python chrome/test/kasko/kasko_integration_test.py --chrome-dir=out/Release
|
| + python chrome/test/kasko/kasko_integration_test.py
|
|
|
| Many of the components in this test could be reused in other end-to-end crash
|
| testing. Feel free to open them up for reuse, but please CC chrisha@chromium.org
|
|
|