mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix relibc tests bins
This commit is contained in:
parent
f4d5bb9cbb
commit
d8966fecb7
@ -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"
|
||||
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user