Skip to content
Snippets Groups Projects
Commit 810b1497 authored by Madgula Rohan's avatar Madgula Rohan Committed by Simon McVittie
Browse files

Add autopkgtest tests


There is currently one that runs the GNOME installed-tests.

Signed-off-by: default avatarRohan Madgula <Rohan.Madgula@in.bosch.com>
Reviewed-by: default avatarPhilip Withnall <philip.withnall@collabora.co.uk>
Reviewed-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D4516
parent 07cf042d
No related branches found
No related tags found
No related merge requests found
Tests: gnome-desktop-testing
Depends:
gnome-desktop-testing,
newport-tests,
#!/bin/sh
# Copyright © 2016 Robert Bosch Car Multimedia GmbH
#
# SPDX-License-Identifier: MPL-2.0
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set -e
exec 2>&1
exec gnome-desktop-testing-runner newport
......@@ -15,6 +15,7 @@
# The dbus-daemon binds on sockets. The file rules determine which
# filenames it can use, but are not enough.
owner /tmp/sadt*/g-test-dbus-* rw,
owner /tmp/g-test-dbus-* rw,
owner /tmp/dbus-* rw,
unix (bind, listen) type=stream,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment