diff options
Diffstat (limited to 'usr/src/tools/scripts/nightly.sh')
-rw-r--r-- | usr/src/tools/scripts/nightly.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/scripts/nightly.sh b/usr/src/tools/scripts/nightly.sh index f28d37dd87..09a2b151cb 100644 --- a/usr/src/tools/scripts/nightly.sh +++ b/usr/src/tools/scripts/nightly.sh @@ -27,7 +27,7 @@ # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org> # Copyright 2018 (c) Joyent, Inc. All rights reserved. # Copyright (c) 2017 by Delphix. All rights reserved. -# Copyright 2018 Joyent, Inc. +# Copyright 2019 Joyent, Inc. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # # Based on the nightly script from the integration folks, @@ -219,7 +219,7 @@ function build { fi echo "\n==== Build warnings ($LABEL) ====\n" >>$mail_msg_file - egrep -i warning: $SRC/${INSTALLOG}.out \ + egrep -i 'warn:|warning:' $SRC/${INSTALLOG}.out \ | egrep -v '^tic:' \ | egrep -v "symbol (\`|')timezone' has differing types:" \ | egrep -v "parameter <PSTAMP> set to" \ |