• Tim Hockin's avatar
    Don't set the golang env for ginkgo · 2100016e
    Tim Hockin authored
    a) it doesn't need it
    
    b) changing CWD to a path with symlinks breaks deep within ginkgo, where it
    crafts a relative path to ../../../../../../platforms/amd64/whatever which then
    traverses the physical path not the symlinked one, and breaks.
    2100016e
ginkgo-e2e.sh 3.45 KB