~ubuntu-branches/ubuntu/saucy/ubuntuone-credentials/saucy

« back to all changes in this revision

Viewing changes to debian/tests/run-tests

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2013-09-16 14:53:04 UTC
  • Revision ID: package-import@ubuntu.com-20130916145304-91sefn34ydg0st8q
Tags: 13.08-0ubuntu3
* debin/tests/run-tests:
  - Don't try to run the tests a second time. Tests are run by requiring
    a built tree for autopkgtest already, so rely on that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -ex
4
4
 
5
 
make check
 
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.
6
10