Commit 005cddbf authored by YannGarcia's avatar YannGarcia
Browse files

Merge branch 'STF525' of https://forge.etsi.org/gitlab/ITS/ITS into STF525

parents 7adf0858 7290a2ae
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Copyright ETSI 2018 # Copyright ETSI 2018
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt # See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
set -e #set -e
set -vx set -vx
DOCKER_FILE=./Dockerfile DOCKER_FILE=./Dockerfile
......
...@@ -246,8 +246,8 @@ then ...@@ -246,8 +246,8 @@ then
f_exit "Failed to generate ATS source code" 9 f_exit "Failed to generate ATS source code" 9
fi fi
../bin/Ats${ATS_NAME} -v ../bin/Ats${ATS_NAME} -v
if [ "$?" != "0" ] #if [ "$?" != "0" ]
then #then
f_exit "Failed to executte binary file Ats${ATS_NAME}" 10 # f_exit "Failed to executte binary file Ats${ATS_NAME}" 10
fi #fi
f_exit "Build done successfully" 0 f_exit "Build done successfully" 0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment