Skip to content

Commit 9bd0ba9

Browse files
committed
Provide an option to run tests with -proposed enabled
This reproduces #69. Don't enable it for CI as this is too unreliable in general.
1 parent 6aeb0a2 commit 9bd0ba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-ubuntu-chroot

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ cat <<EOU > /etc/apt/sources.list
4141
deb http://archive.ubuntu.com/ubuntu ${RELEASE} main universe
4242
deb http://archive.ubuntu.com/ubuntu ${RELEASE}-updates main universe
4343
EOU
44+
if [ -n "${PROPOSED:-}" ]; then
45+
echo "deb http://archive.ubuntu.com/ubuntu ${RELEASE}-proposed main universe" >> /etc/apt/sources.list
46+
fi
4447
apt-get update
4548
apt-get install -y pkg-config dh-autoreconf valac libglib2.0-dev libudev-dev libgudev-1.0-dev python3-gi gobject-introspection libgirepository1.0-dev gir1.2-glib-2.0 gir1.2-gudev-1.0 gtk-doc-tools udev xserver-xorg-video-dummy xserver-xorg-input-evdev xserver-xorg-input-synaptics xinput usbutils gphoto2 valgrind
4649

0 commit comments

Comments
 (0)