* updated tests a bit to work, inst no symlink, firefox version

git-svn-id: https://svn.exactcode.de/t2/trunk@73572 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
René Rebe 2025-02-02 18:51:00 +00:00
parent 57c091d735
commit 4eff30d50e
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
Mozilla Firefox 133.0
Mozilla Firefox 134.0

View File

@ -3,5 +3,5 @@
source ${0%/*}/qemu.in
cd $SYSROOT
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd \
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd-* \
"$append" $qemuargs -m $normmem ${extstorage}$ISO

View File

@ -3,5 +3,5 @@
source ${0%/*}/qemu.in
cd $SYSROOT
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/minird \
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/minird-* \
"$append" $qemuargs -m $((lowmem + 16)) ${extstorage}$ISO # mem=512m

View File

@ -5,5 +5,5 @@ source ${0%/*}/qemu.in
cd $SYSROOT
[ -e usr/sbin/kexec ] || exit 43
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/initrd \
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux-* TOOLCHAIN/isofs/boot/initrd-* \
"$append" $qemuargs -m $normmem ${extstorage}$ISO