Fix ecpect file

This commit is contained in:
Wildan M 2026-03-17 19:30:17 +07:00
parent c70035865e
commit 74895c4f0f
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ x86_64:relibc:
- redoxer pkg relibc-tests-bins
- mkdir -p target/${TARGET}/sysroot/usr/lib/boot
- cp target/${ARCH}/kernel target/${TARGET}/sysroot/usr/lib/boot/
- cd target/${TARGET}/sysroot/root/relibc-tests && mv expected/bins_dynamic/* expected/
- (cd target/${TARGET}/sysroot/root/relibc-tests && mv expected/bins_dynamic/* expected/)
# TODO: pkg command need to be polished
- rm -rf target/${TARGET}/sysroot/{etc,pkg,include,share}
- timeout -s KILL 9m redoxer exec --folder target/${TARGET}/sysroot/:/ sh -c "cd /root/relibc-tests && sh -e ./run.sh"