Fix failing system test

The fix of the -with-filter flag causes the following previously
missing source files to be downloaded, so I updated the test file.

```
rkward_0.7.5-1~bullseyecran.0.debian.tar.xz
rkward_0.7.5-1~bullseyecran.0.dsc
rkward_0.7.5.orig.tar.gz
rpy2_3.5.12-1~bullseyecran.0.debian.tar.xz
rpy2_3.5.12-1~bullseyecran.0.dsc
rpy2_3.5.12.orig.tar.gz
```
This commit is contained in:
Gordian Schoenherr
2024-12-09 14:16:42 +09:00
parent ef6815222c
commit 8c3fe8dabb
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -508,11 +508,11 @@ func (l *PackageList) Search(dep Dependency, allMatches bool, searchProvided boo
type FilterOptions struct {
Queries []PackageQuery
WithDependencies bool
WithSources bool // Source packages correspond to binary packages are included
WithSources bool // Source packages corresponding to binary packages are included
Source *PackageList
DependencyOptions int
Architectures []string
Progress aptly.Progress // set to non-nil to report progress
Progress aptly.Progress // set to non-nil value to report progress
}
// SourceRegex is a regular expression to match source package names.