File: installed-tests

package info (click to toggle)
libgdata 0.18.1-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,760 kB
  • sloc: ansic: 58,452; xml: 604; sh: 29; makefile: 20
file content (23 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
# (C) 2013,2019 Canonical Ltd.
# (C) 2019 Simon McVittie
# Authors: Iain Lane, Sebastien Bacher, Simon McVittie
# SPDX-License-Identifier: LGPL-2.0-or-later

set -eu

export G_MESSAGES_DEBUG=all
export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP"

# unset proxy, it creates issues with the uhttpmock resolver
# details on https://gitlab.gnome.org/GNOME/libgdata/issues/37
unset http_proxy https_proxy

printf "Running as: "; id -a
printf "passwd entry: "; getent passwd "$(id -u)" || echo "(exit status $?)"
printf "group entry: "; getent group "$(id -g)" || echo "(exit status $?)"
echo "Environment:"
env | LC_ALL=C sort -u

gnome-desktop-testing-runner libgdata