在Flyway迁移后将utplsql测试结果输出到命令行

时间:2015-11-13 00:42:45

标签: oracle unit-testing flyway

我在迁移脚本中获得了以下内容。如何在飞路迁移后将结果输出到控制台?

--Add New tests to the below
BEGIN
   utsuite.add ('AllTests');
   utpackage.ADD ('AllTests', 'ut_yard');
   utpackage.ADD ('AllTests', 'ut_kitchen');

   -- exec utplsql.runsuite ('AllTests');
   utplsql.runsuite ('AllTests');
END;

1 个答案:

答案 0 :(得分:0)

您可能想要调用utResult.show,它将在控制台中显示输出。

请参阅:http://utplsql.sourceforge.net/Doc/utresult.html