• Toon Claes's avatar
    test: Only set HOME when spawning Gitaly · d91184c2
    Toon Claes authored
    In the next commit we want to use GitalySetup.build_gitaly for local
    testing. Prior to this change, HOME is set when calling `make`. But this
    might break when Golang is installed through `asdf`.
    
    This change moves setting HOME to where Gitaly is spawned only. We add a
    little comment to explain this is done to make sure Git is not affected
    by user configuration.
    d91184c2
gitaly_setup.rb 5.24 KB