~pitti/friends/fix-autopkgtest

« back to all changes in this revision

Viewing changes to debian/tests/unit

  • Committer: Martin Pitt
  • Date: 2013-03-18 10:44:42 UTC
  • Revision ID: martin.pitt@canonical.com-20130318104442-8r261jdbivu744gi
Run autopkgtests under xvfb, otherwise D-BUS autospawn fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# succeeding test must not write anything to stderr, as per DEP-8
3
 
make check 2>&1
 
3
xvfb-run make check 2>&1