Blame SOURCES/tests/lit-tests/runtest.sh

32f785
set -ex
32f785
32f785
32f785
if ! id -u lld; then
32f785
	useradd lld
32f785
fi
32f785
32f785
su lld -c 'bash /usr/libexec/tests/lld/run-lit-tests --threads 1'