| 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 b23446b7ff3a208a7703a22d795407b9a4592c3e..114f317739f6fa6567c129743961dc0d66b0e75d 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
|
|
|