Add success output to check_symbol_namespace

Otherwise Make is vague if it did anything
Cette révision appartient à :
Thom Wiggers 2019-01-23 12:12:08 +01:00
Parent e19a0a3afa
révision b657d988b4
Signature inconnue de Gitea
ID de la clé GPG: 001BB0A7CE26E363

Voir le fichier

@ -35,3 +35,5 @@ if non_namespaced:
for symbol in non_namespaced:
print("\t{}".format(symbol), file=sys.stderr)
sys.exit(1)
else:
print("Checking {} succeeded".format(SCHEME))