summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/_internal/commands/sanity/compile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_internal/commands/sanity/compile.py')
-rw-r--r--test/lib/ansible_test/_internal/commands/sanity/compile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_internal/commands/sanity/compile.py b/test/lib/ansible_test/_internal/commands/sanity/compile.py
index 3577c60a33..9f92401efc 100644
--- a/test/lib/ansible_test/_internal/commands/sanity/compile.py
+++ b/test/lib/ansible_test/_internal/commands/sanity/compile.py
@@ -12,7 +12,7 @@ from . import (
SanityFailure,
SanitySuccess,
SanityTargets,
- SANITY_ROOT,
+ TARGET_SANITY_ROOT,
)
from ...target import (
@@ -53,7 +53,7 @@ class CompileTest(SanityMultipleVersion):
paths = [target.path for target in targets.include]
- cmd = [find_python(python_version), os.path.join(SANITY_ROOT, 'compile', 'compile.py')]
+ cmd = [find_python(python_version), os.path.join(TARGET_SANITY_ROOT, 'compile', 'compile.py')]
data = '\n'.join(paths)