Merge branch 'relibc-test-fix' into 'master'

Fix relibc tests bins

See merge request redox-os/redox!2145
This commit is contained in:
Jeremy Soller 2026-05-15 06:25:03 -06:00
commit 075a9cef1b

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"
"""