summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-23 00:16:01 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-30 16:36:20 +0000
commita587c7ec22c58a9ea39f95c4054f8f7e4ff1d68c (patch)
tree322a811c0f492d060723300a3f3334c8bbe451d3
parentce6eee9d419bcac712d3ddbb084619d3c02681bd (diff)
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 <ijackson@chiark.greenend.org.uk>
-rw-r--r--tests/lib2
1 files changed, 1 insertions, 1 deletions
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"
}