mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix travis config, update test script
This commit is contained in:
parent
910db8d133
commit
eae612da8b
2 changed files with 2 additions and 3 deletions
|
@ -4,5 +4,4 @@ os:
|
|||
- linux
|
||||
- windows
|
||||
|
||||
script:
|
||||
- test
|
||||
script: ./test
|
||||
|
|
2
test
2
test
|
@ -30,7 +30,7 @@ function run {
|
|||
fi
|
||||
else
|
||||
if [[ $output == *"build constraints exclude all Go files"* ]]; then
|
||||
echo -e "\e[1A[\e[01;33mNOTEST\e[00m] $*"
|
||||
echo -e "\e[1A[ !OS ] $*"
|
||||
warnings=$((warnings+1))
|
||||
else
|
||||
echo -e "\e[1A[\e[01;31m FAIL \e[00m] $*" >/dev/stderr
|
||||
|
|
Loading…
Add table
Reference in a new issue