| 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()
|
|
|