From be8c66ea5c795cc69a74ca5b196152be063cd16b Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 19 Feb 2019 10:45:21 +0100 Subject: [PATCH] [conda] Put output of test to an unexisting directory --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 5bb245f6..e401a810 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -75,7 +75,7 @@ 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" -l bsd -o bob.foobar bob/bob.foobar "John Doe" "joe.doe@example.com" + - bdt new -t "New package" -l bsd -o bob.foobar2 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 -- GitLab