1. 25 Jan, 2019 1 commit
    • build.make: more readable "make test" output · b0336b55
      Patrick Ohly authored
      The introduction for each individual test looked like an actual
      command:
      
        test-subtree
        ./release-tools/verify-subtree.sh release-tools
        Directory 'release-tools' contains non-upstream changes:
        ...
      
      It's better to make it look like a shell comment and increase its
      visibility with a longer prefix:
      
        ### test-subtree:
        ./release-tools/verify-subtree.sh release-tools
        ...
  2. 24 Jan, 2019 2 commits
    • build.make: support suppressing checks · 147892c9
      Patrick Ohly authored
      Individual repos may have to filter out certain packages from
      testing. For example, in csi-test the cmd/csi-sanity directory
      contains a special test that depends on additional parameters that set
      the CSI driver to test against.
    • build.make: clarify usage of "make V=1" · 154e33d4
      Patrick Ohly authored
      This may or may not work, depending on which packages have tests and
      whether they contain glog.
  3. 23 Jan, 2019 4 commits
  4. 22 Jan, 2019 2 commits
  5. 21 Jan, 2019 4 commits
  6. 16 Jan, 2019 3 commits