Skip to content

Commit

Permalink
added target for running view tests against 4 node cluster
Browse files Browse the repository at this point in the history
Change-Id: I11a267def51a5c49b1aca1922e4ff3f844dcbe1a
Reviewed-on: http://review.couchbase.org/12374
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Farshid Ghods <farshid.ghods@gmail.com>
Tested-by: Farshid Ghods <farshid.ghods@gmail.com>
  • Loading branch information
farshidce committed Jan 18, 2012
1 parent 4385b23 commit 3af3b6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ clean:
test:
ifdef TESTNAME
scripts/start_cluster_and_run_tests.sh b/resources/dev.ini ${TESTNAME}
else
else
scripts/start_cluster_and_run_tests.sh b/resources/dev.ini conf/py-all-dev.conf
endif

test-quick:
scripts/start_cluster_and_run_tests.sh b/resources/dev.ini conf/dev-quick.conf

test-views:
scripts/start_cluster_and_run_tests.sh b/resources/dev-4-nodes.ini conf/py-view.conf

0 comments on commit 3af3b6e

Please sign in to comment.