From 5e526c4a787f635b010303c22b29fff0549f6d78 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 14 May 2024 17:52:08 +0200 Subject: [PATCH] testing resize of 'screen' --- .github/workflows/qemu-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qemu-tests.yaml b/.github/workflows/qemu-tests.yaml index 8b776f8d..7a1c240f 100644 --- a/.github/workflows/qemu-tests.yaml +++ b/.github/workflows/qemu-tests.yaml @@ -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