From a587c7ec22c58a9ea39f95c4054f8f7e4ff1d68c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Oct 2016 00:16:01 +0100 Subject: 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 --- tests/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index 5d8e742..ee4bfd0 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" } -- cgit v1.2.3