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
I got an error that Testtrack was trying to open a schema file that no longer exists.
open /Users/mainguyen/src/mobile-ios/testtrack/schema.yml: no such file or directory
I had cloned a repo, and then set up testtrack in that directory. I ended up deleting the directory, and when I tried accessing local for a different directory, I kept running into testtrack errors (specifically this one: https://github.com/Betterment/test_track_rails_client/blob/master/app/models/test_track/visitor.rb#L163)
After stopping testtrack-cli on brew, and then running the testtrack server manually, the error message above surfaced.
We should ensure that testtrack cleans up the symlinks to files once the files have been removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got an error that Testtrack was trying to open a schema file that no longer exists.
I had cloned a repo, and then set up testtrack in that directory. I ended up deleting the directory, and when I tried accessing local for a different directory, I kept running into testtrack errors (specifically this one: https://github.com/Betterment/test_track_rails_client/blob/master/app/models/test_track/visitor.rb#L163)
After stopping testtrack-cli on brew, and then running the testtrack server manually, the error message above surfaced.
We should ensure that testtrack cleans up the symlinks to files once the files have been removed.
The text was updated successfully, but these errors were encountered: