Fix paths to cdist executable
This commit is contained in:
parent
f82e0167aa
commit
0ee3fda94d
3 changed files with 5 additions and 6 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue