You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bb...@apache.org on 2014/10/31 20:53:33 UTC

[18/41] couch-mrview commit: updated refs/heads/master to 28e51f3

use ERL_FLAGS instead of a shebang to launch tests

Conflicts:
	test/03-red-views.t


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/a1623552
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/a1623552
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/a1623552

Branch: refs/heads/master
Commit: a1623552a84c3e66459a1c6afabec3f2ff89eca9
Parents: d955e22
Author: benoitc <bc...@gmail.com>
Authored: Thu Feb 13 22:59:47 2014 +0100
Committer: Benjamin Bastian <be...@gmail.com>
Committed: Thu Oct 30 13:38:34 2014 -0700

----------------------------------------------------------------------
 test/08-changes_since.t | 1 -
 test/09-index-events.t  | 1 -
 test/10-index-changes.t | 1 -
 3 files changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/a1623552/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/a1623552/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/a1623552/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