I'm using GoConvey to run some tests, however I'm having issues in order to have it running tests that are flagged with // +build integration
and that uses ldflags at compilation time. This is how I run this tests without goconvey: go test -v -tags=integration -ldflags '-X http://ift.tt/2cDnWU9 -X http://ift.tt/2dteMzR:'
However when I run the same command, but changing to have GoConvey executing it, I'm running into: error: flag provided but not defined: -tags
cmd: goconvey -tags=integration -ldflags '-X http://ift.tt/2cDnWU9 -X http://ift.tt/2dteMzR:'
Any ideas ?
Cheers.
Aucun commentaire:
Enregistrer un commentaire