Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
3e0ae514
Commit
3e0ae514
authored
Apr 13, 2018
by
Maxime Perrotin
Browse files
Add taste_api in ADA_INCLUDE_PATH
parent
1f011a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
3e0ae514
...
@@ -1974,7 +1974,8 @@ def AdaSpecialHandling(AdaIncludePath, adaSubsystems):
...
@@ -1974,7 +1974,8 @@ def AdaSpecialHandling(AdaIncludePath, adaSubsystems):
for
maybeDir
in
os
.
listdir
(
"."
):
for
maybeDir
in
os
.
listdir
(
"."
):
if
not
os
.
path
.
isdir
(
maybeDir
):
if
not
os
.
path
.
isdir
(
maybeDir
):
continue
continue
if
not
maybeDir
.
startswith
(
"fv_"
)
and
not
maybeDir
.
startswith
(
"vt_"
):
if
not
maybeDir
.
startswith
(
"fv_"
)
and
not
maybeDir
.
startswith
(
"vt_"
)
\
and
not
maybeDir
.
endswith
(
"_taste_api"
):
continue
continue
if
AdaIncludePath
is
not
None
:
if
AdaIncludePath
is
not
None
:
AdaIncludePath
+=
":"
+
os
.
path
.
abspath
(
"."
+
os
.
sep
+
maybeDir
)
AdaIncludePath
+=
":"
+
os
.
path
.
abspath
(
"."
+
os
.
sep
+
maybeDir
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment