ipfs-inactive / gx-workspace

[ARCHIVED] A gx tool for working with a big bunch of repositories/packages
MIT License
12 stars 3 forks source link

Commands being ran the cli out put are not correct. #14

Closed frrist closed 6 years ago

frrist commented 6 years ago

gx-workspace says its running:

> Running 'go get -d -t ./...'
> Running 'gx test'

but is actuallt runnig gx test ./...

https://github.com/ipfs/gx-workspace/blob/master/main.go#L693:1