test_explorer_ran finished

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent 13ed37a4e9
commit 410a2fe7ff
  1. 2
      lib/cdist/test/test_install.py

@ -51,7 +51,7 @@ class Install(unittest.TestCase):
explorers = self.config.path.list_global_explorers()
for explorer in explorers:
output = self.path.global_explorer_output_path(explorer)
output = self.config.path.global_explorer_output_path(explorer)
self.assertTrue(os.path.isfile(output))
### OLD FROM CONFIG ############################################################

Loading…
Cancel
Save