| Index: chrome/test/kasko/syzyasan_integration_test.py
|
| diff --git a/chrome/test/kasko/syzyasan_integration_test.py b/chrome/test/kasko/syzyasan_integration_test.py
|
| index 445e6c3ed2ecc01bbc25f9a684983e05893a29eb..5bbde36b52f374a703a1941a27dbea9751f4246b 100755
|
| --- a/chrome/test/kasko/syzyasan_integration_test.py
|
| +++ b/chrome/test/kasko/syzyasan_integration_test.py
|
| @@ -18,7 +18,7 @@ Typical usage (assuming in root 'src' directory):
|
| - generate project files with the following GYP variables:
|
| syzyasan=1 win_z7=0 chromium_win_pch=0
|
| - build the release Chrome binaries:
|
| - ninja -C out\Release chrome.exe
|
| + ninja -C out\Release chrome.exe chromedriver.exe
|
| - run the test:
|
| python chrome/test/kasko/syzyasan_integration_test.py
|
| """
|
| @@ -268,6 +268,8 @@ def Main():
|
| kasko.report.LogCrashKeys(report)
|
| kasko.report.ValidateCrashReport(report, {'asan-error-type': 'SyzyAsan'})
|
|
|
| + _LOGGER.info('Test passed successfully!')
|
| +
|
| return 0
|
|
|
|
|
|
|