7bf0075934
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/lld#5baec8dff67c12abc0448e72ca11142f76c03089
9 lines
114 B
Bash
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'
|