summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/run-ptest
blob: 831bc3b91f157a64711b89035142da35a5bdbdd8 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

set -eux
if id -u glib2-test; then
   userdel glib2-test
fi
useradd glib2-test
cd /tmp
su glib2-test -c 'G_TEST_TMPDIR=`readlink -f /tmp` gnome-desktop-testing-runner glib'
userdel glib2-test