summaryrefslogtreecommitdiffstats
path: root/test/project-settings.test
Commit message (Collapse)AuthorAgeFilesLines
* test: Handle alternative QUILT_PATCHES valuesJean Delvare2017-05-091-2/+2
| | | | | | | | | | When using an alternative QUILT_PATCHES value, we can't use %{P} in the test case, because P is set in the Makefile before the test case has a chance to redefine QUILT_PATCHES. Instead we have to make the prefix optional in the output of the quilt commands, so that the test will succeed regardless of QUILT_PATCHES_PREFIX being set or not. Signed-off-by: Jean Delvare <jdelvare@suse.de>
* Project settings have priorityJean Delvare2015-12-041-0/+22
If QUILT_PATCHES or QUILT_SERIES are set both in ~/.quiltrc and .pc/.quilt_patches (respectively .pc/.quilt_series), the former currently takes precedence. This pretty much voids the value of per-project settings. Project settings should have the highest priority.