More code-smell sanity test updates. (#36830)

* Add test for missing Azure requirements.
* Improve readability.
* Enhance no-unicode-literals code-smell test.
This commit is contained in:
Matt Clay
2018-02-28 00:50:00 -08:00
committed by GitHub
parent a031e02ab0
commit dc71c2197f
5 changed files with 42 additions and 17 deletions

View File

@@ -269,6 +269,7 @@ class SanityCodeSmellTest(SanityTest):
if data:
display.info(data, verbosity=4)
try:
stdout, stderr = run_command(args, cmd, data=data, env=env, capture=True)
status = 0