We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I've noticed the tests are not OK on Windows. Could you please confirm that on other platforms they're OK? I'm on rev b35edda
PS C:\Users\PK\Documents\github.com\cortesi\modd> go test --- FAIL: TestWatch (27.60s) --- FAIL: TestWatch/single (5.54s) modd_test.go:112: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched", ":all: ./a/touched", ":a: ./a/touched"} Got []string{} modd_test.go:131: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched", ":all: ./a/touched", ":a: ./a/touched"} Got []string{} --- FAIL: TestWatch/double (5.51s) modd_test.go:112: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched ./b/touched", ":all: ./a/touched ./b/touched", ":a: ./a/touched", ":b: ./b/touched"} Got []string{} modd_test.go:131: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/touched ./b/touched", ":all: ./a/touched ./b/touched", ":a: ./a/touched", ":b: ./b/touched"} Got []string{} --- FAIL: TestWatch/inner (5.52s) modd_test.go:112: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/inner/touched.xxx", ":all: ./a/inner/touched.xxx", ":c: ./a/inner/touched.xxx"} Got []string{} modd_test.go:131: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/inner/touched.xxx", ":all: ./a/inner/touched.xxx", ":c: ./a/inner/touched.xxx"} Got []string{} --- FAIL: TestWatch/direct (5.51s) modd_test.go:112: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/direct", ":all: ./a/direct", ":a: ./a/direct", ":d: ./a/direct"} Got []string{} modd_test.go:131: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./a/direct", ":all: ./a/direct", ":a: ./a/direct", ":d: ./a/direct"} Got []string{} --- FAIL: TestWatch/rootdirect (5.51s) modd_test.go:112: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./direct", ":all: ./direct", ":e: ./direct"} Got []string{} modd_test.go:131: Expected []string{":all: ./a/initial", ":a: ./a/initial", ":skipit: ./direct", ":all: ./direct", ":e: ./direct"} Got []string{} FAIL exit status 1 FAIL github.com/cortesi/modd 27.696s
The text was updated successfully, but these errors were encountered:
hotbuild.ffactory.org you can try it now.
Sorry, something went wrong.
No branches or pull requests
Hi, I've noticed the tests are not OK on Windows. Could you please confirm that on other platforms they're OK?
I'm on rev b35edda
The text was updated successfully, but these errors were encountered: