From e96ba7f53abf98033c75ed2e5b17685866bf74eb Mon Sep 17 00:00:00 2001 From: Joseph Morrow Date: Thu, 23 Jul 2015 13:17:34 -0700 Subject: [PATCH] Finalizing CI build script changes. This commit effectively only affects the Integration/Validation build. This had to be done in steps to not break any of the ongoing pre-[build script overhaul] work that were already in their merge-into-master validation stages. Change-Id: I3c32df57d526f7a34847a96f48814fd31f79e4fc Signed-off-by: Joseph Morrow Reviewed-on: https://gerrit.iotivity.org/gerrit/1859 Tested-by: jenkins-iotivity Reviewed-by: Erich Keane --- auto_build.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/auto_build.sh b/auto_build.sh index 7576311..568920e 100755 --- a/auto_build.sh +++ b/auto_build.sh @@ -206,12 +206,7 @@ then unit_tests else help -#This is temporarily changed to support the transition on the Jenkins Build Server so that current work is not hindered. -# exit -1 -####DELETE THE FOLLOWING 3 LINES!! And uncomment the line directly above this line! - build_all true - build_all false - unit_tests + exit -1 fi echo "===================== done =====================" -- 2.7.4