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

Unified Diff: webkit/tools/layout_tests/test_types/text_diff.py

Issue 10926: Place all new baseline files in the most specific platform directory.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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: webkit/tools/layout_tests/test_types/text_diff.py
===================================================================
--- webkit/tools/layout_tests/test_types/text_diff.py (revision 5432)
+++ webkit/tools/layout_tests/test_types/text_diff.py (working copy)
@@ -51,9 +51,8 @@
failures = []
# If we're generating a new baseline, we pass.
- if test_args.text_baseline:
- self._SaveBaselineData(filename, test_args.new_baseline,
- output, ".txt")
+ if test_args.new_baseline:
+ self._SaveBaselineData(filename, output, ".txt")
return failures
# Normalize text to diff

Powered by Google App Engine
This is Rietveld 408576698