| commit | bb3e62cd87a30d40c64196a6f95508e72a076cb8 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Sat Jan 21 18:08:26 2017 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Sat Jan 21 18:08:35 2017 +0100 |
| tree | 6ba84aec04f24364b621a212895c5473e0b4c8a8 | |
| parent | b9aec3e45e01ed85b8200ab4ca9d546bda33f59e [diff] |
RO start_build updated with a minor fix in --notest option Change-Id: Ib8e3632b4583d3feb1855090d86c6dae64bab612 Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index e7d8bf4..77f751d 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build
@@ -27,7 +27,7 @@ OSM_load_config NOTEST="" -if [ $1 = "--notest" ]; then +if [ "$1" = "--notest" ]; then shift NOTEST="y" fi