RO start_build updated with a minor fix in --notest option 99/999/1 v1.0.5
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 21 Jan 2017 17:08:26 +0000 (18:08 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 21 Jan 2017 17:08:35 +0000 (18:08 +0100)
Change-Id: Ib8e3632b4583d3feb1855090d86c6dae64bab612
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/RO/start_build

index e7d8bf4..77f751d 100755 (executable)
@@ -27,7 +27,7 @@ export OSM_MDG=RO
 OSM_load_config
 
 NOTEST=""
-if [ $1 = "--notest" ]; then
+if [ "$1" = "--notest" ]; then
     shift
     NOTEST="y"
 fi