mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Do not count packages excluded by constraint as warning
This commit is contained in:
parent
b8c8abf793
commit
e4889b0d77
1 changed files with 1 additions and 2 deletions
3
test
3
test
|
@ -34,8 +34,7 @@ function run {
|
|||
fi
|
||||
else
|
||||
if [[ $output == *"build constraints exclude all Go files"* ]]; then
|
||||
echo -e "${goUp}[ !OS ] $*"
|
||||
warnings=$((warnings+1))
|
||||
echo -e "${goUp}[ !=OS ] $*"
|
||||
else
|
||||
echo -e "${goUp}[\e[01;31m FAIL \e[00m] $*" >/dev/stderr
|
||||
cat $tmpfile >/dev/stderr
|
||||
|
|
Loading…
Add table
Reference in a new issue