Skip to content
Snippets Groups Projects
Commit bb3e62cd authored by garciadeblas's avatar garciadeblas
Browse files

RO start_build updated with a minor fix in --notest option


Change-Id: Ib8e3632b4583d3feb1855090d86c6dae64bab612
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent b9aec3e4
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ export OSM_MDG=RO ...@@ -27,7 +27,7 @@ export OSM_MDG=RO
OSM_load_config OSM_load_config
NOTEST="" NOTEST=""
if [ $1 = "--notest" ]; then if [ "$1" = "--notest" ]; then
shift shift
NOTEST="y" NOTEST="y"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment