Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5307)

Unified Diff: chrome/test/kasko/kasko_integration_test.py

Issue 1543803005: Added an integration test for kasko hang reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using components for integration test. Rewrote unittests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e88a3f1c98420a3440facf2e8155efa39ea48ba5..258b61a4b8a6e6ff74cf36ab741c6777b83151ed 100755
--- a/chrome/test/kasko/kasko_integration_test.py
+++ b/chrome/test/kasko/kasko_integration_test.py
@@ -20,6 +20,7 @@ Typical usage (assuming in root 'src' directory):
syzyasan=1 win_z7=0 chromium_win_pch=0
- build the release Chrome binaries:
ninja -C out\Release chrome.exe
+ ninja -C out\Release chromedriver.exe
- run the test:
python chrome/test/kasko/kasko_integration_test.py
"""

Powered by Google App Engine
This is Rietveld 408576698