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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −4
Original line number Diff line number Diff line
@@ -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