~snappy-dev/snapcraft/core

« back to all changes in this revision

Viewing changes to runtests.sh

  • Committer: Daniel Holbach
  • Date: 2015-10-02 14:28:48 UTC
  • mfrom: (228 snapcraft)
  • mto: (231.1.1 snapcraft)
  • mto: This revision was merged to the branch mainline in revision 232.
  • Revision ID: daniel.holbach@canonical.com-20151002142848-ocg1d03tl2sg241m
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    fi
96
96
 
97
97
    # Go to the plainbox provider of snapcraft tests
98
 
    cd integration-tests
 
98
    pushd integration-tests
99
99
    ./runtests.sh $PLAINBOX_TEST_PLANS
 
100
    popd
100
101
}
101
102
 
102
103
parseargs "$@"