Add success output to check_symbol_namespace

Otherwise Make is vague if it did anything
This commit is contained in:
Thom Wiggers 2019-01-23 12:12:08 +01:00
parent e19a0a3afa
commit b657d988b4
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

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