mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Merge pull request #222 from yan12125/fix-test_alpm
Fix test_alpm in Arch chroots
This commit is contained in:
commit
4a0caf3213
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def setup_module(module):
|
|||
'pkgrel=4\n'
|
||||
'arch=(any)\n'
|
||||
'provides=("test-provides=5.6-7" "test-provides-unversioned")\n'
|
||||
'options=(!debug)\n'
|
||||
)
|
||||
subprocess.check_call(['makepkg', '--nosign'], cwd=pkg_path)
|
||||
pkg_file = subprocess.check_output(['makepkg', '--packagelist'], cwd=pkg_path, text=True).strip()
|
||||
|
|
Loading…
Add table
Reference in a new issue