1. 07 Apr, 2015 2 commits
    • Tor Arne Vestbø's avatar
      Fix dependencies in sharness test makefile · 7b49419d
      Tor Arne Vestbø authored
      Running make -jN would result in the tests starting to execute
      before the tests binaries were built, resulting in the error:
      
       "Cannot find the tests' local ipfs tool"
      
      Each test now depends on the deps. They also depend on a new
      target for cleaning the test results, so that the tests can
      write new clean results.
      
      The aggregate target also needs to depend on the same test
      results clean target, as well as the tests themselves, so
      that the aggregation happens when all tests have finished
      running.
      
      By introducing a separate target for cleaning test results we
      also ensure that we don't end up removing and rebuilding
      the binary on each test run.
      
      The result is that the tests *can* be run with with -jN > 1,
      but individual tests may still not supports this, so to get
      stable test results it's still recommended to run them in
      sequence.
      7b49419d
    • Jeromy's avatar
      disable archive test · 7727309e
      Jeromy authored
      7727309e
  2. 06 Apr, 2015 2 commits
  3. 04 Apr, 2015 1 commit
  4. 01 Apr, 2015 3 commits
  5. 31 Mar, 2015 1 commit
  6. 29 Mar, 2015 2 commits
  7. 21 Mar, 2015 1 commit
  8. 20 Mar, 2015 1 commit
    • Henry's avatar
      ipfs ls: added --headers option · 07008042
      Henry authored
      - added tests for 'ipfs ls --headers'
      - comments from CR (opts)
      - sharness: fix ls test whitespace
      07008042
  9. 19 Mar, 2015 2 commits
  10. 17 Mar, 2015 1 commit
  11. 15 Mar, 2015 1 commit
  12. 10 Mar, 2015 4 commits
  13. 08 Mar, 2015 1 commit
  14. 07 Mar, 2015 2 commits
  15. 04 Mar, 2015 8 commits
  16. 02 Mar, 2015 2 commits
  17. 01 Mar, 2015 3 commits
  18. 28 Feb, 2015 3 commits