lmb / vimto

Run Go tests on a custom kernel
MIT License
18 stars 3 forks source link

relative paths specified on the command line are confusing #7

Open lmb opened 8 months ago

lmb commented 8 months ago
go test -exec vimto -vm.kernel ../foo ./sub/pkg

vimto is executed in ./sub/pkg and therefore ../foo doesn't resolve to a valid location. Not sure how to fix this. Maybe just require absolute paths?