1. 22 9月, 2018 2 次提交
  2. 20 9月, 2018 4 次提交
  3. 19 9月, 2018 6 次提交
  4. 18 9月, 2018 23 次提交
  5. 17 9月, 2018 1 次提交
  6. 15 9月, 2018 1 次提交
    • C
      External Runner: support relative paths given on the command line · 89704618
      Cleber Rosa 提交于
      I was trying to use the external runner, in a reasonably simple way:
      from within a project (QEMU) build dir, I'd run:
      
       $ avocado run --external-runner=tests/qemu-iotests/check \
         --external-runner-chdir=runner -- 001 002
      
      But, what should work, did not.  The problem is with the non-absolute
      path to the external runner, that is needed because we're changing
      directories.
      
      Absolute paths won't hurt otherwise (when no chdir is done), so it's
      always done here.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      89704618
  7. 12 9月, 2018 1 次提交
  8. 07 9月, 2018 2 次提交