Skip to content

Commit 95a3d5c

Browse files
committed
Boot OS with terminal during tests
1 parent 71e671a commit 95a3d5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,10 @@ function os_test_up() {
149149
sync_to_src_test "${test_inject_keyword:?}"
150150

151151
# Turn up QEMU in background
152+
# Start OS with terminal
152153
make clean BUILD_DIR="${BUILD_TEST_DIR:?}" \
153154
&& make qemu \
154-
INIT_APPNAME=sh \ # start OS with terminal
155+
INIT_APPNAME=sh \
155156
SRC_DIR="${SRC_TEST_DIR:?}" \
156157
BUILD_DIR="${BUILD_TEST_DIR:?}" \
157158
QEMU_SHUT_FLAGS="" \

0 commit comments

Comments
 (0)