Skip to content

Commit cfc7a3a

Browse files
committed
fix: also check for new build succeed text (fix #37)
1 parent 68b978c commit cfc7a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ubuntu-mainline-kernel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ REMOTE_VERSIONS=()
8080
arch=$(dpkg --print-architecture)
8181

8282
# (internal) The text to search for to check if the build was successfully
83-
build_succeeded_text="Build for ${arch} succeeded"
83+
# NOTE: New succeed text since v5.6.18
84+
build_succeeded_text="(Build for ${arch} succeeded|Test ${arch}/build succeeded)"
8485

8586
# (internal) The pid of the child process which checks download progress
8687
monitor_pid=0

0 commit comments

Comments
 (0)