1. 17 Jul, 2018 6 commits
  2. 16 Jul, 2018 2 commits
  3. 13 Jul, 2018 6 commits
  4. 12 Jul, 2018 6 commits
  5. 11 Jul, 2018 7 commits
  6. 10 Jul, 2018 6 commits
  7. 09 Jul, 2018 4 commits
  8. 06 Jul, 2018 1 commit
  9. 04 Jul, 2018 1 commit
  10. 03 Jul, 2018 1 commit
    • Kirill Smelkov's avatar
      neotest: Fix comment in runTestSuite wrapper · d3475887
      Kirill Smelkov authored
      Commit c6c919dc (Remove all occurrences of the obsolete
      'parameters-extra' option) removed
      
      	parameters-extra = true
      
      because after 5c980caf (Drop the 'parameters-extra' option and always
      forward extra parameters) "$@" is always implicitly added to argv.
      
      Clarify the comment that was explaining what `parameters-extra = true`
      was doing, since it was not updated during parameters-extra removal.
      d3475887