~vila/ols-store-tests/fix-arch-requirement

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ricardo Kirkner
  • Date: 2016-07-11 13:10:41 UTC
  • mfrom: (21.1.1 store-acceptance-tests)
  • Revision ID: ricardo.kirkner@canonical.com-20160711131041-6iv2prxrfkxliuvl
do not call setup-dev-env explicitly as it is done by ols-vms setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
vm-setup: ols-vms.conf
9
9
        if [ `ols-vms status ${VM}` = 'RUNNING' ] ; then ols-vms stop ${VM} ; fi
10
10
        ols-vms setup ${VM}
11
 
        ols-vms shell ${VM} './bin/setup-dev-env'
12
11
        touch vm-setup
13
12
 
14
13
vm-built: vm-setup