Skip to content

problems running on ubuntu #11

@sriv

Description

@sriv

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.

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