-
Notifications
You must be signed in to change notification settings - Fork 101
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
Fix dotnet command for nightly test #974
Comments
Hey team! Please add your planning poker estimate with Zenhub @alfeilex @hohwille @tobka777 @Amueller36 |
Hey team! Please add your planning poker estimate with Zenhub @CREITZ25 @cinnamon-coder-hub |
Please add your planning poker estimate with Zenhub @Ttring |
It seems that this line
https://github.com/devonfw/ide/actions/runs/3475607093/jobs/5810015947#step:5:361 |
I suppose that the github hosts don't the typical directory structure.
This command creates a .templateengine file under .../User/.templateengine . Maybe that is the reason why the installation leads to this kind of error.
|
I have noticed that after running ide/scripts/src/main/resources/scripts/command/dotnet Lines 29 to 44 in 249f5f6
Why did this happened? Should not |
I was able to fix this error by replacing line 35 with But does this also happen in other commandlets? |
Actual behavior
The nightly tests in all OS's detect an error with
dotnet
command.Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
Comments/Hints:
I have done the tests locally and no such an error occurs. A keyword of the error is
Segmentation fault (core dumped)
.The text was updated successfully, but these errors were encountered: