[go: up one dir, main page]

Skip to content

Commit

Permalink
Updated test instructions in MOTD and travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jun 23, 2014
1 parent 049f051 commit da14513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_script:
- mysql -e 'create database kuma;'

script:
- python manage.py test --noinput -v2 actioncounters contentflagging dashboards demos devmo kpi landing search users wiki kuma.events
- python manage.py test --noinput -v2 actioncounters contentflagging dashboards demos devmo kpi landing search kuma.users wiki kuma.events

notifications:
irc:
Expand Down
2 changes: 1 addition & 1 deletion puppet/files/etc/motd
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Use Foreman to start & monitor services necessary for development:
Consult ~/src/Procfile to see what services are managed by Foreman.

To run tests:
~/src/manage.py test actioncounters contentflagging demos devmo landing users search wiki kuma.events
~/src/manage.py test actioncounters contentflagging demos devmo landing kuma.users search wiki kuma.events
(cd ~/src/kumascript && ./node_modules/.bin/nodeunit tests)

0 comments on commit da14513

Please sign in to comment.