Skip to content

vendoring to avoid extra go gets #12

@ghost

Description

Interesting project.

i was just trying this out and hit this on a clean env, and thought it might be worth telling you.

make run
gauge run specs/
../../../../../getgauge/common/common.go:38:2: cannot find package "github.com/dmotylev/goproperties" in any of:
        /usr/local/opt/go/libexec/src/github.com/dmotylev/goproperties (from $GOROOT)
        /Users/apple/workspace/go/src/github.com/dmotylev/goproperties (from $GOPATH)
Failed to build project: Build failed: exit status 1

Killing go runner.

Steps to reproduce from a Makefile, assuming clean env.

dep:

	# get guage
	brew update
	brew install gauge

	# get plugins
	gauge --install go
	
init:

	# in the project..
	gauge --init go

run:

	# run tests
	gauge run specs/


clean:

	# laters...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions