Skip to content

Commit

Permalink
Fixed some logic
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Nov 3, 2015
1 parent cf1e059 commit 0da6ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.py
Expand Up @@ -256,7 +256,7 @@ def run_integration_suite(self, suite_folder, display_name):
return self.run_suite(path, display_name)

def start_daemons_only(self):
if salt.utils.is_windows():
if not salt.utils.is_windows():
self.prep_filehandles()
try:
print_header(
Expand Down

0 comments on commit 0da6ff7

Please sign in to comment.