Missing % sign to interpolate GTEST_VERSION into output message
Change-Id: I159e7cb43afe7614ac85fb99686920f075b79d6a
Signed-off-by: Mats Wichmann <mats@linux.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/22227
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Execute(clean)
Return("gtest_env")
-print '*** Checking for installation of google unit test %s ***', GTEST_VERSION
+print '*** Checking for installation of google unit test %s ***' % GTEST_VERSION
if not os.path.exists(gtest_unpacked_sentinel):
# If the gtest zip file is not already present, download it
if not os.path.exists(gtest_zip_path):