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 4
4
5
5
QEMU_SCREENSHOT_NAME=" cat_test.ppm"
6
6
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
8
8
9
9
test_create_screen_dump
10
10
test_screen_content $LINENO " Experimental OS"
Original file line number Diff line number Diff line change 4
4
5
5
QEMU_SCREENSHOT_NAME=" ls_test.ppm"
6
6
7
- python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc run ls
7
+ python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc ls
8
8
9
9
test_create_screen_dump
10
10
test_screen_content $LINENO " cat"
Original file line number Diff line number Diff line change 4
4
5
5
QEMU_SCREENSHOT_NAME=" tictactoe_test.ppm"
6
6
7
- python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc run tictactoe
7
+ python3 -m tests.qemu.monitor -p ${MONITOR_PORT:? } -sc tictactoe
8
8
9
9
test_create_screen_dump
10
10
test_screen_content $LINENO " TicTacToe"
You can’t perform that action at this time.
0 commit comments