File: gnome-desktop-testing

package info (click to toggle)
flatpak-builder 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,976 kB
  • sloc: ansic: 27,747; sh: 6,032; xml: 1,762; makefile: 149; python: 6
file content (17 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

set -e
exec 2>&1

# The tests want /sbin/ldconfig to be in PATH
export PATH="$PATH:/usr/sbin:/sbin"

# Don't pollute the home directory unless this looks like a dedicated
# autopkgtest environment
case "$(id -nu)" in
	(adt|debci)
		install -d ~/.flatpak-tests/
		;;
esac

exec gnome-desktop-testing-runner flatpak-builder