testing resize of 'screen'

This commit is contained in:
Anton Hvornum 2024-05-14 17:52:08 +02:00
parent 4bb5056e63
commit 5e526c4a78
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G
- run: tree
- 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
with:
name: archtest-pci_emulation