test_adaptors = [LitTestCase(t, lit_config) for t in tests]
# Return a unittest test suite which just runs the tests in order.
- return unittest.TestSuite(test_adaptors)
\ No newline at end of file
+ return unittest.TestSuite(test_adaptors)
sys.stderr.write('%d errors, exiting.\n' % lit_config.numErrors)
sys.exit(2)
- return tests
\ No newline at end of file
+ return tests
# CHECK-ASEXEC-INTREE-NEXT: Available Features:
# CHECK-ASEXEC-INTREE-NEXT: Available Substitutions:
# CHECK-ASEXEC-INTREE-NEXT: -- Available Tests --
-# CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one
\ No newline at end of file
+# CHECK-ASEXEC-INTREE-NEXT: exec-discovery-in-tree-suite :: test-one
if __name__ == '__main__':
TestIntegratedTestKeywordParser.load_keyword_parser_lit_tests()
- unittest.main(verbosity=2)
\ No newline at end of file
+ unittest.main(verbosity=2)