From 74895c4f0fece0b979eff9406748d0b2271723ca Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 17 Mar 2026 19:30:17 +0700 Subject: [PATCH] Fix ecpect file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f34d227f5..602e3978e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"