-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
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
[#2073] Fix DependenciesManager FileNotFoundException with some filen… #1041
base: 1.4.x
Are you sure you want to change the base?
Conversation
@asolntsev your test runs within the play testenviroment. the dependencies manager is invoked differently. your test should be in the style of python tests from 'samples-and-tests/i-am-a-developer'. |
@asolntsev i added a test flybyray@1307f79 and the problem is related to system environment "LANG". If it is not set it will crash. i checked it with the print out of "declare -x". if not set it will result in: |
|
@asolntsev the interesting part is with the https://gist.github.com/flybyray/659a1b8ad14e69a72415f869b1b91619#file-io-java-L244 |
…ames
see https://play.lighthouseapp.com/projects/57987/tickets/2073