mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Quiet the byte compiling for PY2
This commit is contained in:
parent
9338370477
commit
e7c10196da
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ class LazyLoaderOptimizationOrderTest(TestCase):
|
|||
compileall.compile_file(self.module_file, quiet=1, optimize=1)
|
||||
compileall.compile_file(self.module_file, quiet=1, optimize=2)
|
||||
else:
|
||||
compileall.compile_file(self.module_file)
|
||||
compileall.compile_file(self.module_file, quiet=1)
|
||||
|
||||
# Clean up the original file so that we can be assured we're only
|
||||
# loading the byte-compiled files(s).
|
||||
|
|
Loading…
Add table
Reference in a new issue