You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:42 UTC

[25/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

fix distclean discrepancy when make check is run


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

Branch: refs/heads/developer-preview-2.0
Commit: f900068890b1cb71847380b19d0b4a321c90a7dc
Parents: 1cf49ad
Author: Jan Lehnardt <ja...@apache.org>
Authored: Tue Jun 23 22:48:31 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:07:03 2015 +0200

----------------------------------------------------------------------
 Makefile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f9000688/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 8a17004..2b5e28b 100644
--- a/Makefile
+++ b/Makefile
@@ -154,9 +154,11 @@ eunit: couch
 	@rebar -r eunit skip_deps=meck,mochiweb,lager,snappy,couch_replicator,fabric,folsom
 
 javascript: all
+	# TODO: Fix tests to look for these files in their new path
 	@mkdir -p share/www/script/test
 	@cp test/javascript/tests/lorem*.txt share/www/script/test/
 	@dev/run -q --with-admin-party-please test/javascript/run
+	@rm -rf share/www/script
 
 fauxton: share/www