You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix for #4095
- Exit status from failed make command(action) didnt reached parent target because the make command is inside the "for" loop.
- Only the exit status of the last command in the last iteration of the for loop is read by parent target.
- This is the reason why dpkg-buildpackage ignored the make error.
- Fixed the issue with help of "set -e".
Description
Steps to reproduce the issue:
Describe the results you received:
s6000 build failure should cause the dpkg-buildpackage -uc -ub to fail. However such failure is ignored.
Describe the results you expected:
Please improve the build script not to ignore any error.
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: