From f8663c90f3474a97175cd4ffcb35b190438df39b Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Thu, 23 Feb 2017 10:44:58 -0800 Subject: [PATCH] ctest: Fix for autoloadlibrary ctest Update to fix a python indentation error. Signed-off-by: Noel Eck --- tests/check_autoloadlibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_autoloadlibrary.py b/tests/check_autoloadlibrary.py index 4cf3d8e4..c32257e7 100755 --- a/tests/check_autoloadlibrary.py +++ b/tests/check_autoloadlibrary.py @@ -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" + \