Tests: pretty output.
Hide expected alerts by default. Silence succesfull "go build" information.
This commit is contained in:
@@ -2,7 +2,5 @@ from unit.applications.lang.go import TestApplicationGo
|
||||
|
||||
|
||||
def check_go():
|
||||
process = TestApplicationGo.prepare_env('empty')
|
||||
|
||||
if process != None and process.returncode == 0:
|
||||
if TestApplicationGo.prepare_env('empty') is not None:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user