Skip to content
Snippets Groups Projects
Commit f5527273 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix json2tango return value

parent edcd92dc
No related branches found
No related tags found
1 merge request!1Test ci
Pipeline #1590 failed with stages
in 1 minute and 59 seconds
......@@ -46,7 +46,7 @@ configure_job:
- sleep 10
- /usr/local/bin/DataBaseds 2 -ORBendPoint giop:tcp::10000 &
- sleep 10
- exit_code=0
- exit_code=2
- json2tango -w -a -u ./test/ah_config.json || $exit_code=$?
# json2tango returns 2 if values written to DB
- if [ ${exit_code} -ne 2 ]; then echo "It failed!" ; else echo "It worked!"; fi
......
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