X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Flib-gdr;fp=tests%2Flib-gdr;h=6c744657b6e270c86655aee777d822cdc031a695;hb=b62c158368158b278bcb31447f8b1442cb531898;hp=a13696d7581b9543628530cdc9fce7abea7076cd;hpb=e7178a4a4eafad6d816a48c18c2a159f4dd3e40c;p=dgit.git diff --git a/tests/lib-gdr b/tests/lib-gdr index a13696d7..6c744657 100644 --- a/tests/lib-gdr +++ b/tests/lib-gdr @@ -23,8 +23,6 @@ t-gdr-good () { git diff --quiet ${beforetag-t.before} -- ':.' ':!debian/patches' - local etypes bwtip - LC_MESSAGES=C t-git-debrebase status >../status.check case $state in laundered) @@ -37,6 +35,15 @@ t-gdr-good () { ;; esac + t-gdr-good-analyse HEAD $state +} + +t-gdr-good-analyse () { + local head=$1 + local state=$2 + local wsfx=$3 + local etypes bwtip + # etypes is either a type, # or PseudoMerge- # or AddPatches- @@ -51,9 +58,9 @@ t-gdr-good () { pushed-interop) etypes=Pseudomerge-AddPatchesInterop-Upstream ;; esac - anal=../anal - t-git-debrebase analyse >$anal.check - expect=`git rev-parse HEAD` + anal=../anal$wsfx + t-git-debrebase analyse $head >$anal.check + expect=`git rev-parse $head` exec <$anal.check local cid ctype info nparents while read cid ctype info; do