From 1a7c9ee204245baa4a617184c0c11d39bb480abd Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 19 Feb 2019 10:39:32 +0100 Subject: [PATCH] [conda] Improve testing of "new" command --- conda/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 9f7b03da..5bb245f6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -75,7 +75,8 @@ test: - bdt caupdate --help - bdt new --help - bdt new -t "New package" -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" - - bdt new -t "New package" -o beat.foobar beat/beat.foobar "John Doe" "joe.doe@example.com" + - bdt new -t "New package" -l bsd -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" + - bdt new -t "New package" -l bsd -o beat.foobar beat/beat.foobar "John Doe" "joe.doe@example.com" - bdt ci --help - bdt ci base-build --help - bdt ci build --help -- GitLab