1. 13 Jul, 2018 1 commit
  2. 12 Jul, 2018 10 commits
  3. 08 Jul, 2018 1 commit
    • Vincent Pelletier's avatar
      shell/caucase.sh: Make shellcheck happy. · 3540d427
      Vincent Pelletier authored
      Do not rely on test's -a & -o.
      Escape backslashes which are intended as literals.
      Avoid one useless "cat".
      Avoid testing $?.
      Simplify "is integer ?" test.
      Quote a few variable expansions.
      Arithmetic expression does not need explicit expansion.
      Split declaration and assignment to unmask status.
      Disable shellcheck warning about "local" being undefined in POSIX.
      3540d427
  4. 04 Nov, 2017 9 commits
  5. 03 Nov, 2017 12 commits
  6. 31 Oct, 2017 5 commits
  7. 30 Oct, 2017 1 commit
  8. 27 Oct, 2017 1 commit
    • Vincent Pelletier's avatar
      setup: Drop tests_require · 855de2c2
      Vincent Pelletier authored
      Current tests have no extra dependencies.
      This takes some time before running caucase tests, especially on slower
      machines.
      855de2c2