You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/08/22 11:20:12 UTC

[46/50] ibrowse commit: updated refs/heads/upstream to b28542d

Invoke eunit tests only for files in src directory


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/017ab585
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/017ab585
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/017ab585

Branch: refs/heads/upstream
Commit: 017ab585e463150535f16682d916ee47d7735838
Parents: 6d5bcef
Author: Chandru Mullaparthi <ch...@bet365.com>
Authored: Tue Apr 19 18:28:11 2016 +0100
Committer: Chandru Mullaparthi <ch...@bet365.com>
Committed: Tue Apr 19 18:28:11 2016 +0100

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/017ab585/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f67da07..e0ca0f2 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ old_tests:
 eunit:
 	@echo "====================================================="
 	@echo "Running eunit tests..."
-	$(REBAR) eunit
+	$(REBAR) eunit --dir="src" 
 
 xref: all
 	$(REBAR) xref