• Show log

    Commit

  • Hash : 637412cc
    Author : Patrick Steinhardt
    Date : 2017-11-20T13:26:33

    tests: create new test target for all SSH-based tests
    
    Some tests shall be run against our own SSH server we spin up in Travis.
    As those need to be run separate from our previous tests which run
    against git-daemon, we have to do this in a separate step. Instead of
    bundling all that knowledge in the CI script, move it into the test
    build instructions by creating a new test target.
    
    (cherry picked from commit 5874e151d7b10de84fc1ca168339fdc622292219)