Skip to content

Commit d96ec26

Browse files
committed
update comment
1 parent ff31d0e commit d96ec26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/uring-kernel-version-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# This is required for setting an exit code in QEMU
9494
mknod /dev/port c 1 4
9595
96-
# create device nodes, as some tests require them
96+
# create device files, as some tests require them
9797
mknod /dev/null c 1 3
9898
mknod /dev/zero c 1 5
9999
mknod /dev/tty c 5 0
@@ -130,6 +130,7 @@ jobs:
130130
# Pack into a CPIO archive
131131
(cd initramfs && find . -print0 \
132132
| cpio --null -ov --format=newc | gzip -9 > ../initramfs.cpio.gz)
133+
133134
- name: Run tests in QEMU
134135
run: |
135136
qemu-system-x86_64 \

0 commit comments

Comments
 (0)