summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2015-06-23 22:48:31 +0200
committerJan Lehnardt <jan@apache.org>2015-06-24 23:07:03 +0200
commitf900068890b1cb71847380b19d0b4a321c90a7dc (patch)
tree33404913f72f2ec529991fe71fe36d180e4485ba
parent1cf49ade9c03cc93ece9eeb9e7979e9d2603012b (diff)
downloadcouchdb-f900068890b1cb71847380b19d0b4a321c90a7dc.tar.gz
fix distclean discrepancy when make check is run
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a1700424..2b5e28bad 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