1. 06 3月, 2015 1 次提交
    • C
      avocado/job.py: disable local test file checks when running on remote machines · b45365fd
      Cleber Rosa 提交于
      When using `--remote-no-copy` the test files will neither be copied from the
      current system nor executed on it, so disable all sorts of checks.
      
      This is a fix for the local check only. A more complicated issue is to perform
      similar checks on the RemoteTestRunner and report possible failures in a clean
      way.
      
      This address the github issue #417.
      
      Changes from v1:
      * Use a simpler Python idiom (getattr with default instead of hasattr and
        extra check). Spotted by Rudá Moura.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      b45365fd
  2. 05 3月, 2015 3 次提交
  3. 04 3月, 2015 10 次提交
  4. 28 2月, 2015 2 次提交
  5. 27 2月, 2015 15 次提交
  6. 26 2月, 2015 9 次提交