]> granicus.if.org Git - llvm/commitdiff
test-release.sh: Reorder sed commands for the binary comparison
authorHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2019 09:30:10 +0000 (09:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 6 Aug 2019 09:30:10 +0000 (09:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368004 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/test-release.sh

index 031687f6e4ba22b593ac06951cd957b8ef923c0a..8f691ccfb87af2e033bc8cba0d5d1a4a320921b4 100755 (executable)
@@ -594,8 +594,8 @@ for Flavor in $Flavors ; do
             # case there are build paths in the debug info. Do the same sub-
             # stitution on both files in case the string occurrs naturally.
             if ! cmp -s \
-                <(env LC_CTYPE=C sed -e 's,Phase2,Phase3,g' -e 's,Phase1,Phase2,g' $p2) \
-                <(env LC_CTYPE=C sed -e 's,Phase2,Phase3,g' -e 's,Phase1,Phase2,g' $p3) \
+                <(env LC_CTYPE=C sed -e 's,Phase1,Phase2,g' -e 's,Phase2,Phase3,g' $p2) \
+                <(env LC_CTYPE=C sed -e 's,Phase1,Phase2,g' -e 's,Phase2,Phase3,g' $p3) \
                 16 16; then
                 echo "file `basename $p2` differs between phase 2 and phase 3"
             fi