Browse Source

Add success output to check_symbol_namespace

Otherwise Make is vague if it did anything
master
Thom Wiggers 5 years ago
parent
commit
b657d988b4
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/check_symbol_namespace.py

+ 2
- 0
test/check_symbol_namespace.py View File

@@ -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))

Loading…
Cancel
Save