Cleaning previous debug build before running Unit Tests to rebuild debug.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Thu, 9 Apr 2015 16:22:06 +0000 (12:22 -0400)
committerErich Keane <erich.keane@intel.com>
Thu, 9 Apr 2015 16:42:08 +0000 (16:42 +0000)
commit13caee29ac64f3ff24dbf4908e737ec7bcafb53a
treeb470648cc4f6d60046ca6f2b9122ac0966259fda
parent1f034f4702f0970dfb7c56361d5aafc24f2fd13e
Cleaning previous debug build before running Unit Tests to rebuild debug.

By doing this, it will cause a trigger to rebuild the appropriate modules
of the stack's logging. This will make it so that when the Unit
Tests are ran, that all logging will actually be off. Until now, the Unit
Tests were re-using the binaries from the last debug build without re-
triggering a rebuild to remove the logging symbols from the CA and RI
Layers. We need the Unit Tests to run with debug symbols to fully enable
the Valgrind pluging on the Jenkins CI System.

Change-Id: I117f583a18be0f8dd9c9f2c52b30b61ceb34ed70
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/687
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Erich Keane <erich.keane@intel.com>
auto_build.sh