mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
use_vt on DEBUG log level
This commit is contained in:
parent
c35e413ec2
commit
5234f706c5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class KitchenTestCase(TestCase):
|
|||
setup kitchen tests
|
||||
'''
|
||||
cls.topdir = '/' + os.path.join(*CURRENT_DIR.split('/')[:-2])
|
||||
cls.use_vt = int(os.environ.get('TESTS_LOG_LEVEL')) >= 3
|
||||
cls.use_vt = int(os.environ.get('TESTS_LOG_LEVEL')) >= 5
|
||||
cmd.run('python setup.py sdist', cwd=cls.topdir)
|
||||
cmd.run('bundle install', cwd=CURRENT_DIR)
|
||||
cls.env = {
|
||||
|
|
Loading…
Add table
Reference in a new issue