mirror of
https://github.com/safing/portbase
synced 2025-09-04 03:29:59 +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
|
fi
|
||||||
else
|
else
|
||||||
if [[ $output == *"build constraints exclude all Go files"* ]]; then
|
if [[ $output == *"build constraints exclude all Go files"* ]]; then
|
||||||
echo -e "${goUp}[ !OS ] $*"
|
echo -e "${goUp}[ !=OS ] $*"
|
||||||
warnings=$((warnings+1))
|
|
||||||
else
|
else
|
||||||
echo -e "${goUp}[\e[01;31m FAIL \e[00m] $*" >/dev/stderr
|
echo -e "${goUp}[\e[01;31m FAIL \e[00m] $*" >/dev/stderr
|
||||||
cat $tmpfile >/dev/stderr
|
cat $tmpfile >/dev/stderr
|
||||||
|
|
Loading…
Add table
Reference in a new issue