~kelvin.li/ols-store-tests/store-acceptance-tests-fix-registername-new-format

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ricardo Kirkner
  • Date: 2016-06-28 15:19:35 UTC
  • Revision ID: ricardo.kirkner@canonical.com-20160628151935-woe9glzfoj0y2ypl
pass secrets from environment

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
branch-up-to-date:
17
17
        ${VSSH} 'cd ~/work && bzr pull --overwrite'
18
18
 
 
19
test: TEST_USER_EMAIL=$(TEST_USER_EMAIL)
 
20
test: TEST_USER_PASSWORD=$(TEST_USER_PASSWORD)
 
21
test: TEST_USER_NAMESPACE=$(TEST_USER_NAMESPACE)
19
22
test: vm-up-to-date branch-up-to-date
20
 
        ${VSSH} 'if [ -f ~/secrets ]; then source ~/secrets ; fi && cd work && make api-tests'
 
23
        ${VSSH} 'cd work && make api-tests'
21
24
 
22
25
api-tests:
23
26
        $(PYTHON) -m unittest discover tests/api $(ARGS)