Add success output to check_symbol_namespace
Otherwise Make is vague if it did anything
这个提交包含在:
父节点
e19a0a3afa
当前提交
b657d988b4
@ -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))
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户