Skip to content

Commit

Permalink
Merge pull request metacademy#57 from allmende/master
Browse files Browse the repository at this point in the history
update : Tests.sh : to reflect recent changes in paths
  • Loading branch information
cjrd committed Jan 4, 2015
2 parents e6e2c7c + 34d7efb commit c92bcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

# set the env
source ../meta_venv/bin/activate
python app_server/manage.py runserver 8080 --noreload & # `&` sends the process to the background
python server/manage.py runserver 8080 --noreload & # `&` sends the process to the background

# run the django tests
echo "Django Tests"
#python app_server/manage.py test
#python server/manage.py test

# run the browser tests
echo "Browser Tests"
Expand Down

0 comments on commit c92bcf9

Please sign in to comment.