Attempting to call the qemu-tests from the iso-build to create a pipeline

This commit is contained in:
Anton Hvornum 2024-05-14 13:39:38 +02:00
parent 8d34a8b323
commit 3f07bb41f5
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 9 additions and 9 deletions

View File

@ -18,15 +18,15 @@ jobs:
# Generate a .screenrc that will auto-run the test
# as well as record it for publishing using asciinema.
- run: |
cat <<EOF >> .screenrc_test
startup_message off
chdir tests/qemu
screen 0 python run_test.py
split
focus down
resize 24
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
EOF
cat <<EOF >> .screenrc_test
startup_message off
chdir tests/qemu
screen 0 python run_test.py
split
focus down
resize 24
screen 1 asciinema rec demo.cast --overwrite -c "tail -f serial.log"
EOF
- run: pwd
- run: tree
- run: cat .screenrc_test