add very poor way of presenting all tests

This commit is contained in:
muppeth 2022-06-15 21:49:15 +02:00
parent 25dfc90e14
commit 2c83006c4d
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 5 additions and 1 deletions

View File

@ -56,10 +56,14 @@ if arg == 'ltpday':
if arg == 'up':
url_ok()
if arg == 'all':
print("Site diagnostics for: "+site)
print(site)
print("Score at Mozilla observatory:")
score()
ltp()
print(ltp.expiredate)
print("Days in which Letsencrypt cert expires:")
print(ltp.expiredays)
print(ltp.expiredate)
print(site+" return code:")
url_ok()
print("=============")