xhd2015/xgo

test-explorer: fix windows test path

xhd2015 opened this issue · 0 comments

When using test explorer from windows, the test command being used is:

xgo test -v -run '^TestStrip$' './cmd\xgo\coverage'

Which should be:

xgo test -v -run '^TestStrip$' './cmd/xgo/coverage'