From: garciadeblas Date: Sat, 21 Jan 2017 17:08:26 +0000 (+0100) Subject: RO start_build updated with a minor fix in --notest option X-Git-Tag: v1.0.5^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=bb3e62cd87a30d40c64196a6f95508e72a076cb8;p=osm%2Fdevops.git RO start_build updated with a minor fix in --notest option Change-Id: Ib8e3632b4583d3feb1855090d86c6dae64bab612 Signed-off-by: garciadeblas --- diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index e7d8bf48..77f751d0 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -27,7 +27,7 @@ export OSM_MDG=RO OSM_load_config NOTEST="" -if [ $1 = "--notest" ]; then +if [ "$1" = "--notest" ]; then shift NOTEST="y" fi