diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-14 11:55:38 +0200 |
commit | 5487be65a6f493968c0e997d93bcd5c2d87158ef (patch) | |
tree | faf8f7d528bf4e6c2611c894f6c3165d9fd2488c /tests/rep-create.test | |
parent | acf830d519ba2b467f5eb0968b44a514b1b0e2b3 (diff) |
Add --no-result option to suppress printing informational messages
Diffstat (limited to 'tests/rep-create.test')
-rw-r--r-- | tests/rep-create.test | 10 |
1 files changed, 5 insertions, 5 deletions
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 } |