~evarlast/charms/trusty/logstash/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Charles Butler
  • Date: 2014-09-23 15:29:49 UTC
  • Revision ID: chuck@dasroot.net-20140923152949-3nznlh7v3kj52eq9
Fix path to nosetests to use the venv

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
test: .venv
18
18
        @echo Starting unit tests...
19
 
        @PYTHONPATH=./hooks $(PYTHON) /usr/bin/nosetests --nologcapture unit_tests
 
19
        @PYTHONPATH=./hooks $(PYTHON) .venv/bin/nosetests --nologcapture unit_tests
20
20
 
21
21
.venv:
22
22
        sudo apt-get install python-virtualenv