Order error diff more logically in fixdata
authorAryeh Gregor <ayg@aryeh.name>
Fri, 24 Feb 2012 12:24:50 -0700
changeset 706 46479d82aad5
parent 705 3d40d65eea1e
child 707 b35a81679b49
Order error diff more logically in fixdata

Now + lines are newly-added lines in the diff (bad), and - lines are
ones that are gone (good).
conformancetest/fixdata
--- a/conformancetest/fixdata	Fri Feb 24 12:15:49 2012 -0700
+++ b/conformancetest/fixdata	Fri Feb 24 12:24:50 2012 -0700
@@ -14,7 +14,7 @@
 # exit with a nonzero exit code, so set -e will cause the script to abort,
 # printing out the difference.  It will need to be manually reviewed to
 # identify why there's a new difference between WebKit and Gecko.
-diff -u -I ^@@ tmp-diff diff
+diff -u -I ^@@ diff tmp-diff
 rm tmp-diff
 # The file "diff" contains the differences from WebKit to Gecko.  The file
 # "patch" is a manually-crafted subset, which contains only the differences