免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2840 | 回复: 2
打印 上一主题 下一主题

[其他] 【ct_run.exe】erlang的测试套件 [复制链接]

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-03-15 20:13 |只看该作者 |倒序浏览
  1. D:\Program Files\erl6.3\bin>ct_run.exe

  2. Eshell V6.3  (abort with ^G)
  3. (ct@win)1>
  4. Common Test v1.9 starting (cwd is D:/Program Files/erl6.3/bin)

  5. (ct@win)1>

  6. Usage:

  7. (ct@win)1> Run tests in web based GUI:

  8.         ct_run -vts [-browser Browser]
  9.         [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
  10.         [-decrypt_key Key] | [-decrypt_file KeyFile]
  11.         [-dir TestDir1 TestDir2 .. TestDirN] |
  12.         [-suite Suite [-case Case]]
  13.         [-logopts LogOpt1 LogOpt2 .. LogOptN]
  14.         [-verbosity GenVLvl | [CategoryVLvl1 .. CategoryVLvlN]]
  15.         [-include InclDir1 InclDir2 .. InclDirN]
  16.         [-no_auto_compile]
  17.         [-abort_if_missing_suites]
  18.         [-multiply_timetraps N]
  19.         [-scale_timetraps]
  20.         [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]
  21.         [-basic_html]

  22. (ct@win)1> Run tests from command line:

  23.         ct_run [-dir TestDir1 TestDir2 .. TestDirN] |
  24.         [-suite Suite1 Suite2 .. SuiteN [-case Case1 Case2 .. CaseN]]
  25.         [-step [config | keep_inactive]]
  26.         [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
  27.         [-userconfig CallbackModule ConfigFile1 .. ConfigFileN]
  28.         [-decrypt_key Key] | [-decrypt_file KeyFile]
  29.         [-logdir LogDir]
  30.         [-logopts LogOpt1 LogOpt2 .. LogOptN]
  31.         [-verbosity GenVLvl | [CategoryVLvl1 .. CategoryVLvlN]]
  32.         [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]]
  33.         [-stylesheet CSSFile]
  34.         [-cover CoverCfgFile]
  35.         [-cover_stop Bool]
  36.         [-event_handler EvHandler1 EvHandler2 .. EvHandlerN]
  37.         [-ct_hooks CTHook1 CTHook2 .. CTHookN]
  38.         [-include InclDir1 InclDir2 .. InclDirN]
  39.         [-no_auto_compile]
  40.         [-abort_if_missing_suites]
  41.         [-multiply_timetraps N]
  42.         [-scale_timetraps]
  43.         [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]
  44.         [-basic_html]
  45.         [-repeat N] |
  46.         [-duration HHMMSS [-force_stop [skip_rest]]] |
  47.         [-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]]

  48. (ct@win)1> Run tests using test specification:

  49.         ct_run -spec TestSpec1 TestSpec2 .. TestSpecN
  50.         [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
  51.         [-decrypt_key Key] | [-decrypt_file KeyFile]
  52.         [-logdir LogDir]
  53.         [-logopts LogOpt1 LogOpt2 .. LogOptN]
  54.         [-verbosity GenVLvl | [CategoryVLvl1 .. CategoryVLvlN]]
  55.         [-allow_user_terms]
  56.         [-join_specs]
  57.         [-silent_connections [ConnType1 ConnType2 .. ConnTypeN]]
  58.         [-stylesheet CSSFile]
  59.         [-cover CoverCfgFile]
  60.         [-cover_stop Bool]
  61.         [-event_handler EvHandler1 EvHandler2 .. EvHandlerN]
  62.         [-ct_hooks CTHook1 CTHook2 .. CTHookN]
  63.         [-include InclDir1 InclDir2 .. InclDirN]
  64.         [-no_auto_compile]
  65.         [-abort_if_missing_suites]
  66.         [-multiply_timetraps N]
  67.         [-scale_timetraps]
  68.         [-create_priv_dir auto_per_run | auto_per_tc | manual_per_tc]
  69.         [-basic_html]
  70.         [-repeat N] |
  71.         [-duration HHMMSS [-force_stop [skip_rest]]] |
  72.         [-until [YYMoMoDD]HHMMSS [-force_stop [skip_rest]]]

  73. (ct@win)1> Refresh the HTML index files:

  74.         ct_run -refresh_logs [LogDir][-logdir LogDir] [-basic_html]

  75. (ct@win)1> Run CT in interactive mode:

  76.         ct_run -shell
  77.         [-config ConfigFile1 ConfigFile2 .. ConfigFileN]
  78.         [-decrypt_key Key] | [-decrypt_file KeyFile]

  79. (ct@win)1>
  80. Test run failed! Reason:
  81. missing_start_options


  82. (ct@win)1>
复制代码

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
2 [报告]
发表于 2015-03-15 20:19 |只看该作者
很强大,有多种模式
1. Run tests from command line
2. Run tests using test specification
3. Run tests in web based GUI
4. Refresh the HTML index files
5. Run CT in interactive mode
6. Start a Common Test Master node

论坛徽章:
27
水瓶座
日期:2014-08-22 21:06:34程序设计版块每日发帖之星
日期:2015-11-25 06:20:0015-16赛季CBA联赛之新疆
日期:2015-12-19 19:05:48IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:31IT运维版块每日发帖之星
日期:2015-12-25 06:20:3315-16赛季CBA联赛之上海
日期:2016-04-15 19:51:31程序设计版块每日发帖之星
日期:2016-04-17 06:23:29程序设计版块每日发帖之星
日期:2016-04-23 06:20:00程序设计版块每日发帖之星
日期:2016-05-26 06:20:00每日论坛发贴之星
日期:2016-05-26 06:20:0015-16赛季CBA联赛之辽宁
日期:2017-02-16 23:59:47
3 [报告]
发表于 2015-06-12 10:50 |只看该作者
C:\dc_comic>rebar ct
==> dc_comic (ct)
DONE.
Testing Desktop.dc_comic: TEST COMPLETE, 0 ok, 0 failed, 1 skipped of 1 test cas
es
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP