Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
orchestrator
Commits
e528840a
Commit
e528840a
authored
Feb 23, 2017
by
Thanassis Tsiodras
Browse files
For GUI reports, check the GUI* folders.
parent
41589464
Changes
1
Hide whitespace changes
Inline
Side-by-side
orchestrator/taste-orchestrator.py
View file @
e528840a
...
...
@@ -1270,7 +1270,7 @@ def GatherAllExecutableOutput(unused_outputDir, pythonSubsystems, vhdlSubsystems
mysystem
(
'cp "%(IFview)s" "%(target)s"/InterfaceView.aadl'
%
stubs
)
mysystem
(
'cp "%(DView)s" "%(target)s"/'
%
stubs
)
for
line
in
os
.
popen
(
"find '%s'/binaries/ -maxdepth 1 -type f -perm /111 -
i
name 'GUI*' ; exit 0"
%
(
g_absOutputDir
)):
for
line
in
os
.
popen
(
"find '%s'/binaries/ -maxdepth 1 -type f -perm /111 -name 'GUI*' ; exit 0"
%
(
g_absOutputDir
)):
print
" "
+
ColorFormatter
.
bold_string
(
line
.
strip
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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