From 5487be65a6f493968c0e997d93bcd5c2d87158ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 11:55:38 +0200 Subject: Add --no-result option to suppress printing informational messages --- tests/rep-create.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/rep-create.test') diff --git a/tests/rep-create.test b/tests/rep-create.test index 05aca20..7967181 100644 --- a/tests/rep-create.test +++ b/tests/rep-create.test @@ -28,7 +28,7 @@ $clone_rep; $* 1/stable/ 2>>/~%EOE% &1/stable/packages.manifest; - adding foo 1 + added foo 1 %1 package\(s\) in .+/stable/% EOE @@ -51,7 +51,7 @@ $clone_rep; $* --key $key 1/stable/ 2>>/~%EOE% &1/stable/packages.manifest; - adding foo 1 + added foo 1 warning: --key option ignored info: repository manifest contains no certificate info: run 'bpkg help rep-create' for more information @@ -96,7 +96,7 @@ $* --key $key 1/stable/ 2>>/~%EOE% &1/stable/packages.manifest \ &1/stable/signature.manifest; - adding foo 1 + added foo 1 %1 package\(s\) in .+/stable/% EOE @@ -118,7 +118,7 @@ : $clone_rep; $* 1/stable/ 2>>EOE &1/stable/packages.manifest != 0 - adding foo 1 + added foo 1 error: --key option required info: repository manifest contains a certificate info: run 'bpkg help rep-create' for more information @@ -144,7 +144,7 @@ : $clone_rep; $* --ignore-unknown testing/ 2>>/~%EOE% &testing/packages.manifest - adding foo 2 + added foo 2 %1 package\(s\) in .+/testing/% EOE } -- cgit v1.1