mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
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:
parent
1d6d660769
commit
f8663c90f3
@ -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" + \
|
||||
|
Loading…
x
Reference in New Issue
Block a user