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

Unified Diff: snapshot/win/end_to_end_test.py

Issue 1394343005: Fix path to binary dir in cdb test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « build/run_tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/win/end_to_end_test.py
diff --git a/snapshot/win/end_to_end_test.py b/snapshot/win/end_to_end_test.py
index 6b55884aba440c6ad3efdc134f2c84041b9a0170..9d8ab27ff3a5f050edcf5560c40dafd56140b77c 100644
--- a/snapshot/win/end_to_end_test.py
+++ b/snapshot/win/end_to_end_test.py
@@ -187,7 +187,7 @@ def RunTests(cdb_path, dump_path, pipe_name):
def main(args):
try:
if len(args) != 1:
- print >>sys.stderr, 'must supply out dir'
+ print >>sys.stderr, 'must supply binary dir'
return 1
cdb_path = GetCdbPath()
« no previous file with comments | « build/run_tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698