Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
005cddbf
Commit
005cddbf
authored
Nov 04, 2019
by
YannGarcia
Browse files
Merge branch 'STF525' of
https://forge.etsi.org/gitlab/ITS/ITS
into STF525
parents
7adf0858
7290a2ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/build-container.sh
View file @
005cddbf
...
...
@@ -2,7 +2,7 @@
# Copyright ETSI 2018
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
set
-e
#
set -e
set
-vx
DOCKER_FILE
=
./Dockerfile
...
...
scripts/pki_generate_makefile.bash
View file @
005cddbf
...
...
@@ -246,8 +246,8 @@ then
f_exit
"Failed to generate ATS source code"
9
fi
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
#
if [ "$?" != "0" ]
#
then
#
f_exit "Failed to executte binary file Ats${ATS_NAME}" 10
#
fi
f_exit
"Build done successfully"
0
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