Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems running on ubuntu #11

Open
sriv opened this issue Aug 22, 2017 · 1 comment
Open

problems running on ubuntu #11

sriv opened this issue Aug 22, 2017 · 1 comment

Comments

@sriv
Copy link
Contributor

sriv commented Aug 22, 2017

On Ubuntu (both bare native and Windows Subsystem for Linux),

running gauge init go and gauge run specs dumps this output:

vagrant@vagrant-ubuntu-trusty-64:/tmp/src/foo$ gauge install go
........................
Successfully installed plugin 'go'.
vagrant@vagrant-ubuntu-trusty-64:/tmp/src/foo$ echo $GOPATH
/tmp
vagrant@vagrant-ubuntu-trusty-64:/tmp/src/foo$ gauge init go
 create  /tmp/src/foo/stepImpl
 create  /tmp/src/foo/stepImpl/stepImplementation.go
 create  manifest.json
 create  specs
 create  specs/example.spec
 create  .gitignore
 create  env
 create  env/default
 create  env/default/default.properties
Successfully initialized the project. Run specifications with "gauge run specs/".
vagrant@vagrant-ubuntu-trusty-64:/tmp/src/foo$ gauge run specs
testing: warning: no tests to run
PASS
ok  	command-line-arguments	0.002s
^C

Note: I had to use CTRL-c to exit, else gauge was waiting indefinitely.

@starztp
Copy link

starztp commented Aug 22, 2017

@sriv
windows and MACOS platform also have this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants