From: Ian Jackson Date: Sat, 22 Oct 2016 23:16:01 +0000 (+0100) Subject: Test suite: t-archive-process-incoming: Process everything X-Git-Tag: archive/debian/2.9~64 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a587c7ec22c58a9ea39f95c4054f8f7e4ff1d68c;hp=ce6eee9d419bcac712d3ddbb084619d3c02681bd;p=dgit.git Test suite: t-archive-process-incoming: Process everything The previous rune wouldn't process any new .origs. And in fact there is no good reason to restrict this. certainly not right now, because right now we are going to want to process whatever is in incoming so that the orig-include-exclude test can easily see what dgit push uploaded. Signed-off-by: Ian Jackson --- diff --git a/tests/lib b/tests/lib index 5d8e742d..ee4bfd07 100644 --- a/tests/lib +++ b/tests/lib @@ -278,7 +278,7 @@ t-archive-updated () { t-archive-process-incoming () { local suite=$1 - mv $tmp/incoming/${p}_${v}[._]* $tmp/mirror/pool/main/ + mv $tmp/incoming/${p}_* $tmp/mirror/pool/main/ t-archive-query "$suite" }