1. 01 8月, 2014 1 次提交
    • L
      avocado: Make tests to refer their ids · a79ae931
      Lucas Meneghel Rodrigues 提交于
      Make avocado tests to refer to their test ids (paths),
      relative to the directory you are in. For example,
      running:
      
      avocado run tests/sleeptest.py
      
      will give you
      
      DEBUG LOG: /home/lmr/avocado/logs/run-2014-07-31-12.54.01/debug.log
      TOTAL TESTS: 1
      (1/1) tests/synctest.py.1: PASS (1.93 s)
      
      Test log and data directories were changed accordingly. Now,
      if your test is synctest.py, your data dir will be called
      synctest.py.data.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      a79ae931
  2. 29 7月, 2014 10 次提交
  3. 25 7月, 2014 1 次提交
  4. 22 7月, 2014 8 次提交
  5. 18 7月, 2014 6 次提交
  6. 17 7月, 2014 1 次提交
  7. 16 7月, 2014 2 次提交
  8. 15 7月, 2014 1 次提交
  9. 14 7月, 2014 7 次提交
  10. 10 7月, 2014 3 次提交