Skip to content

Commit

Permalink
add debug logging for batch vars
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalmage committed Feb 1, 2017
1 parent b4afea2 commit d76f038
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/modules/sysmod.py
Expand Up @@ -2,8 +2,11 @@

# Import python libs
from __future__ import absolute_import
import logging
import re

log = logging.getLogger(__name__)

# Import Salt Testing libs
from salttesting.helpers import ensure_in_syspath
ensure_in_syspath('../../')
Expand Down

0 comments on commit d76f038

Please sign in to comment.