fix cdist_base_path
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
d2878e931e
commit
78fd611bb0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import unittest
|
|||
cdist_commands=["banner", "config", "install"]
|
||||
|
||||
cdist_base_path = os.path.abspath(
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../"))
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../../"))
|
||||
|
||||
cdist_exec_path = os.path.join(cdist_base_path, "bin/cdist")
|
||||
|
||||
|
|
Loading…
Reference in a new issue