ctest: Fix for autoloadlibrary ctest

Update to fix a python indentation error.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2017-02-23 10:44:58 -08:00
parent 1d6d660769
commit f8663c90f3

View File

@ -34,7 +34,7 @@ class AutoLoadLibrary(u.TestCase):
broken_modules.append('%s: %s' % \
(moduleName, os.path.join(subdir, fileName)))
self.assertEqual( len(broken_modules), 0,
self.assertEqual( len(broken_modules), 0, \
"\nThe following modules do not contain the standard auto load library code:\n" + \
"\n".join(broken_modules) + \
"\nConsider adding the following snippet to the SWIG interface file:\n" + \