~mir-team/qtmir/compatibility-with-mir-API-changes

« back to all changes in this revision

Viewing changes to debian/tests/run-tests

  • Committer: Daniel van Vugt
  • Date: 2015-03-06 09:20:42 UTC
  • mfrom: (266.1.57 qtmir)
  • Revision ID: daniel.van.vugt@canonical.com-20150306092042-825an7o1t28hylol
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -ex
 
4
 
 
5
# Do nothing here. We don't need to run the tests multiple times, and they
 
6
# are already being run during the build phase of the autopkgtest, as we
 
7
# require a built tree to run them, and the tests are run as part of the
 
8
# normal package build process. We do want to test that things install, though
 
9
# and at least one test is actually required, for autopkgtest to work.
 
10