Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
buildsupport
Commits
e09c200a
Commit
e09c200a
authored
May 22, 2017
by
Maxime Perrotin
Browse files
Call user script before checking for POHIC
parent
ed065a34
Changes
1
Hide whitespace changes
Inline
Side-by-side
c/build_script.c
View file @
e09c200a
...
...
@@ -184,6 +184,11 @@ void Create_script()
"then
\n
"
" ORCHESTRATOR_OPTIONS+=
\"
-w ConcurrencyView.pro
\"\n
"
"fi
\n\n
"
"if [ -f user_init_post.sh ]
\n
"
"then
\n
"
" echo -e
\"
${INFO} Executing user-defined post-init script
\"\n
"
" source user_init_post.sh
\n
"
"fi
\n\n
"
"if [ ! -z
\"
$USE_POHIC
\"
]
\n
"
"then
\n
"
" OUTPUTDIR=binary.c
\n
"
...
...
@@ -194,13 +199,6 @@ void Create_script()
"else
\n
"
" OUTPUTDIR=binary
\n
"
"fi
\n\n
"
);
fprintf
(
script
,
"if [ -f user_init_post.sh ]
\n
"
"then
\n
"
" echo -e
\"
${INFO} Executing user-defined init script
\"\n
"
" source user_init_post.sh
\n
"
"fi
\n\n
"
"cd
\"
$CWD
\"
&& assert-builder-ocarina.py
\\\n
"
"
\t
--fast
\\\n
"
"
\t
--debug
\\\n
"
);
...
...
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