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

Unified Diff: tests/checkout_test.py

Issue 10983092: Add --no-backup-if-mismatch so no .orig file is created when fuzzing occurs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 8 years, 3 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 | « checkout.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/checkout_test.py
diff --git a/tests/checkout_test.py b/tests/checkout_test.py
index 31e1f4f1f1225a3285a5146d497b6d38fa3e3352..1c4d7fdd58066b2a8d278d3268feeca39b25c6ac 100755
--- a/tests/checkout_test.py
+++ b/tests/checkout_test.py
@@ -307,7 +307,7 @@ class SvnCheckout(SvnBaseTest):
def testException(self):
self._check_exception(
self._get_co(None),
- 'While running patch -p1 --forward --force;\n'
+ 'While running patch -p1 --forward --force --no-backup-if-mismatch;\n'
'patching file chrome/file.cc\n'
'Hunk #1 FAILED at 3.\n'
'1 out of 1 hunk FAILED -- saving rejects to file '
@@ -513,7 +513,7 @@ class ReadOnlyCheckout(SvnBaseTest):
def testException(self):
self._check_exception(
self._get_co(None),
- 'While running patch -p1 --forward --force;\n'
+ 'While running patch -p1 --forward --force --no-backup-if-mismatch;\n'
'patching file chrome/file.cc\n'
'Hunk #1 FAILED at 3.\n'
'1 out of 1 hunk FAILED -- saving rejects to file '
« no previous file with comments | « checkout.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698