testing resize of 'screen'
This commit is contained in:
parent
4bb5056e63
commit
5e526c4a78
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G
|
- run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G
|
||||||
- run: tree
|
- run: tree
|
||||||
- run: cat .screenrc_test
|
- run: cat .screenrc_test
|
||||||
- run: script -c "resize -s 24 80 && stty rows 24 && stty cols 80 && screen -c .screenrc_test"
|
- run: script -c "stty rows 24 && stty cols 80 && screen -c .screenrc_test"
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: archtest-pci_emulation
|
name: archtest-pci_emulation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue