lld/tests/lit-tests/runtest.sh
serge-sans-paille 45ecd25e2a 10.0.0 rc2
2020-02-19 06:53:20 +00: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'