Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BE5D10B13 for ; Thu, 13 Feb 2014 22:02:21 +0000 (UTC) Received: (qmail 19315 invoked by uid 500); 13 Feb 2014 22:02:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 19240 invoked by uid 500); 13 Feb 2014 22:02:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 19233 invoked by uid 99); 13 Feb 2014 22:02:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 22:02:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B038D8A99C4; Thu, 13 Feb 2014 22:02:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: benoitc@apache.org To: commits@couchdb.apache.org Message-Id: <07f3d4077e32488d93c31f3b95fca8bd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couch-mrview commit: updated refs/heads/1994-merge-rcouch to 613ab18 Date: Thu, 13 Feb 2014 22:02:18 +0000 (UTC) Updated Branches: refs/heads/1994-merge-rcouch 777526603 -> 613ab18ea use ERL_FLAGS instead of a shebang to launch tests Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/613ab18e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/613ab18e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/613ab18e Branch: refs/heads/1994-merge-rcouch Commit: 613ab18eaa79f93aa2fd761ad83b6b63754d306e Parents: 7775266 Author: benoitc Authored: Thu Feb 13 22:59:47 2014 +0100 Committer: benoitc Committed: Thu Feb 13 22:59:47 2014 +0100 ---------------------------------------------------------------------- test/01-load.t | 1 - test/02-map-views.t | 1 - test/03-red-views.t | 1 - test/04-index-info.t | 1 - test/05-collation.t | 1 - test/06-all-docs.t | 1 - test/07-compact-swap.t | 2 -- test/08-changes_since.t | 1 - test/09-index-events.t | 1 - test/10-index-changes.t | 1 - 10 files changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/01-load.t ---------------------------------------------------------------------- diff --git a/test/01-load.t b/test/01-load.t index cd49785..a57c1a7 100644 --- a/test/01-load.t +++ b/test/01-load.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/02-map-views.t ---------------------------------------------------------------------- diff --git a/test/02-map-views.t b/test/02-map-views.t index 4f87193..12c595b 100644 --- a/test/02-map-views.t +++ b/test/02-map-views.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/03-red-views.t ---------------------------------------------------------------------- diff --git a/test/03-red-views.t b/test/03-red-views.t index 594fdfd..c1bb517 100644 --- a/test/03-red-views.t +++ b/test/03-red-views.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/04-index-info.t ---------------------------------------------------------------------- diff --git a/test/04-index-info.t b/test/04-index-info.t index e95db1c..356b86e 100644 --- a/test/04-index-info.t +++ b/test/04-index-info.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/05-collation.t ---------------------------------------------------------------------- diff --git a/test/05-collation.t b/test/05-collation.t index 1ebbe9c..47d66de 100644 --- a/test/05-collation.t +++ b/test/05-collation.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/06-all-docs.t ---------------------------------------------------------------------- diff --git a/test/06-all-docs.t b/test/06-all-docs.t index 0916568..0852de5 100644 --- a/test/06-all-docs.t +++ b/test/06-all-docs.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/07-compact-swap.t ---------------------------------------------------------------------- diff --git a/test/07-compact-swap.t b/test/07-compact-swap.t index ba8e438..ac11312 100644 --- a/test/07-compact-swap.t +++ b/test/07-compact-swap.t @@ -1,7 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap - % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/08-changes_since.t ---------------------------------------------------------------------- diff --git a/test/08-changes_since.t b/test/08-changes_since.t index 58c92e9..3107c1a 100644 --- a/test/08-changes_since.t +++ b/test/08-changes_since.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/09-index-events.t ---------------------------------------------------------------------- diff --git a/test/09-index-events.t b/test/09-index-events.t index 6cc1e9c..26d904d 100644 --- a/test/09-index-events.t +++ b/test/09-index-events.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/613ab18e/test/10-index-changes.t ---------------------------------------------------------------------- diff --git a/test/10-index-changes.t b/test/10-index-changes.t index ce79eac..0c5e924 100644 --- a/test/10-index-changes.t +++ b/test/10-index-changes.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa ./deps/*/ebin -pa ./apps/*/ebin -pa ./test/etap % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of