Tests fail due to missing zauth.json [Arch Linux] [AUR]
Closed this issue · 1 comments
lmartinez-mirror commented
I packaged this project for the AUR but noticed that trying to run the tests results in multiple failures.
- What exactly is the zauth.json file mentioned?
- If this is a config file, could you provide a standard config to test against?
RijulGulati commented
From logs, I can see github.com/grijul/zauth/test/andotp_accounts.json: no such file or directory
on L3. Seems like there is some sort of path mismatch because in repo test/andotp_accounts.json exists (here). Also when we clone the repo and run go test ./...
tests run fine. I'm not sure how AUR packages function. Maybe the PKGBUILD requires a revisit..