Bug #7803
Test for non-applying patches on rudder-jetty and rudder-agent-thin is broken
Effort required:
Priority:
Description
#7556 introduced a test to check for non-applying patches, which works fine in rudder-agent, but does not in rudder-jetty and rudder-agent-thin, because it relies on the "$(FIND)" Makefile variable, which is not set in those packages SOURCES/Makefile, resulting in this error:
03:42:10 # Make sure there were no rejects 03:42:10 test ` . -name \*.rej | wc -l` = 0 03:42:10 /bin/sh: 1: .: -name: not found
This error is however not sufficient to break the build, because all we check is that the number of lines output is equal to 0... which it is, as the error appears on stderr.
Related issues
Updated by Jonathan CLARKE about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-packages/pull/867
Updated by Jonathan CLARKE about 5 years ago
- Related to Bug #7756: Allow to use nightlies from CI in rudder-tests added
Updated by Jonathan CLARKE about 5 years ago
- Related to deleted (Bug #7756: Allow to use nightlies from CI in rudder-tests)
Updated by Jonathan CLARKE about 5 years ago
- Related to Bug #7556: Some patches silently fail to apply added
Updated by Jonathan CLARKE about 5 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|e316635c28a45ec067053e63dd213bdb7bf9fe7f.
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released