File: installed-tests

package info (click to toggle)
evolution-data-server 3.38.3-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 45,256 kB
  • sloc: ansic: 340,769; xml: 529; cpp: 479; perl: 297; sh: 62; makefile: 49; python: 35
file content (10 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# autopkgtest check: Run the installed-tests to verify e-d-s works correctly
# (C) 2013-2015 Canonical Ltd.
# Author: Iain Lane <iain.lane@canonical.com>
set -e

export XDG_RUNTIME_DIR=$ADTTMP

# dbus outputs activation messages to stderr which fails the test
dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner --parallel=1 evolution-data-server 2> >(grep -vE '^(Activating|Successfully activated)')>&2