Fix typo on os-test-result recipe

This commit is contained in:
Wildan M 2025-12-27 09:17:14 +07:00
parent 9ab9b0866b
commit ba31ed3003
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -94,7 +94,7 @@ else
# https://gitlab.redox-os.org/redox-os/redox/-/issues/1753
export REDOXER_QEMU_ARGS="-smp 1"
# make: jobs doesn't work yet
echo redoxer exec --folder . --folder "${COOKBOOK_SYSROOT}/usr/:/usr" --artifact out:/root/out \
redoxer exec --folder . --folder "${COOKBOOK_SYSROOT}/usr/:/usr" --artifact out:/root/out \
bash -c "until make test; do echo retrying; done"
postinstall
fi