Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Update make {test,data} to use gittip-test (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 20, 2012
1 parent f4f3322 commit 9b929ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ run: env
--changes_reload=yes \
--network_address=:8537

test: env
./swaddle local.env ./env/bin/nosetests ./tests/
test: env data
DATABASE_URL=postgres://gittip-test@localhost/gittip-test \
./env/bin/nosetests ./tests/

data: env
./swaddle local.env ./env/bin/python ./gittip/testing.py
./makedb.sh gittip-test gittip-test
DATABASE_URL=postgres://gittip-test@localhost/gittip-test \
./env/bin/python ./gittip/testing.py

0 comments on commit 9b929ea

Please sign in to comment.