1. 14 8月, 2014 13 次提交
  2. 13 8月, 2014 24 次提交
  3. 12 8月, 2014 1 次提交
    • R
      avocado.plugins: Simplify commands --xunit/--json. · c2a8c4c0
      Rudá Moura 提交于
      Simplify commands for xUnit and JSON output plugins:
      
      * Remove options --xunit-output and --json-output.
      * Use '-' to stdout or filename to options --xunit and --json.
      
      Usage examples:
      
      $ avocado --xunit - run sleeptest  # goes to stdout
      $ avocado --xunit /tmp/foo.xml run sleeptest
      $ avocado --xunit - --json /tmp/foo.json run sleeptest.
      Signed-off-by: NRuda Moura <rmoura@redhat.com>
      c2a8c4c0
  4. 08 8月, 2014 2 次提交