Skip to content

Commit 8f0bb1a

Browse files
committed
Update tests to execute user app without prefix 'run'
1 parent aa4fa9d commit 8f0bb1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/app/cat_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
QEMU_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

99
test_create_screen_dump
1010
test_screen_content $LINENO "Experimental OS"

tests/app/ls_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
QEMU_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

99
test_create_screen_dump
1010
test_screen_content $LINENO "cat"

tests/app/tictactoe_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
QEMU_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

99
test_create_screen_dump
1010
test_screen_content $LINENO "TicTacToe"

0 commit comments

Comments
 (0)