X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fdtoc%2Fmain.py;h=fac9db9c786f1554d9f51af63debe78e57c8d285;hb=5e2ab40172b42ae9ce6d58b95f238013184fa865;hp=276cfadf5a33663b4168a5ef8a31ae1302034f3a;hpb=ce31277160de2b8500f6a0e6fd284ef137e26628;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/dtoc/main.py b/tools/dtoc/main.py index 276cfad..fac9db9 100755 --- a/tools/dtoc/main.py +++ b/tools/dtoc/main.py @@ -55,17 +55,17 @@ def run_tests(processes, args): test_dtoc.setup() - test_util.RunTestSuites( + test_util.run_test_suites( result, debug=True, verbosity=1, test_preserve_dirs=False, processes=processes, test_name=test_name, toolpath=[], class_and_module_list=[test_dtoc.TestDtoc,test_src_scan.TestSrcScan]) - return test_util.ReportResult('binman', test_name, result) + return test_util.report_result('binman', test_name, result) def RunTestCoverage(): """Run the tests and check that we get 100% coverage""" sys.argv = [sys.argv[0]] - test_util.RunTestCoverage('tools/dtoc/dtoc', '/main.py', + test_util.run_test_coverage('tools/dtoc/dtoc', '/main.py', ['tools/patman/*.py', '*/fdt*', '*test*'], args.build_dir)