File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55QEMU_SCREENSHOT_NAME=" cat_test.ppm"
66
7- python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc run cat readme.md
7+ python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc cat readme.md
88
99test_create_screen_dump
1010test_screen_content $LINENO " Experimental OS"
Original file line number Diff line number Diff line change 44
55QEMU_SCREENSHOT_NAME=" ls_test.ppm"
66
7- python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc run ls
7+ python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc ls
88
99test_create_screen_dump
1010test_screen_content $LINENO " cat"
Original file line number Diff line number Diff line change 44
55QEMU_SCREENSHOT_NAME=" tictactoe_test.ppm"
66
7- python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc run tictactoe
7+ python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc tictactoe
88
99test_create_screen_dump
1010test_screen_content $LINENO " TicTacToe"
You can’t perform that action at this time.
0 commit comments