~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to integration-tests/units/jobs.pxu

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-09-30 09:33:58 UTC
  • mfrom: (220.1.1 snapcraft)
  • Revision ID: snappy_tarmac-20150930093358-q1zlnaqqbt7w9q04
Support framework policies by sergiusens approved by mvo

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    fi
46
46
flags: simple has-leftovers
47
47
 
 
48
id: snapcraft/normal/assemble-meta-with-policy
 
49
command:
 
50
    set -ex
 
51
    cp -rT $PLAINBOX_PROVIDER_DATA/framework-policy .
 
52
    ${SNAPCRAFT} assemble
 
53
    test -e ./snap/meta/framework-policy/a
 
54
    test -e ./snap/meta/framework-policy/b
 
55
    test -e ./snap/one
 
56
    test ! -e ./snap/dir
 
57
flags: simple has-leftovers
 
58
 
48
59
id: snapcraft/normal/local-source
49
60
command:
50
61
    set -ex