Fix relibc tests bins

This commit is contained in:
Wildan M 2026-05-15 08:00:57 +07:00
parent f4d5bb9cbb
commit d8966fecb7
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -18,10 +18,10 @@ cat > "${COOKBOOK_STAGE}/usr/bin/relibc-tests-runner" <<EOF
#!/usr/bin/env bash
set -e
cd /home/user/relibc-tests
make run
make run IS_REDOX=1
EOF
chmod +x "${COOKBOOK_STAGE}/usr/bin/os-test-runner"
chmod +x "${COOKBOOK_STAGE}/usr/bin/relibc-tests-runner"
"""