Fix paths to cdist executable

This commit is contained in:
Dennis Camera 2020-11-11 15:04:51 +01:00
commit 0ee3fda94d
3 changed files with 5 additions and 6 deletions

View file

@ -26,7 +26,7 @@ import tempfile
cdist_base_path = os.path.abspath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../"))
cdist_exec_path = os.path.join(cdist_base_path, "scripts/cdist")
cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist")
global_fixtures_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
"fixtures"))