lld/tests/lit-tests/runtest.sh
Petr Šabata 7bf0075934 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/lld#5baec8dff67c12abc0448e72ca11142f76c03089
2020-10-15 18:24:39 +02:00

9 lines
114 B
Bash

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