Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
dbscripts
Commits
e3b8d012
Verified
Commit
e3b8d012
authored
Mar 30, 2021
by
Morten Linderud
🏄
Browse files
test/cases/db-update: Add debug package test
Signed-off-by:
Morten Linderud
<
morten@linderud.pw
>
parent
3a7902b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/cases/db-update.bats
View file @
e3b8d012
...
...
@@ -23,6 +23,13 @@ load ../lib/common
checkPackage extra 'pkg-single-arch' 1-1
}
@test "add debug package" {
releasePackage extra 'pkg-debuginfo'
db-update
checkPackage extra 'pkg-debuginfo' 1-1
checkPackage extra-debug 'pkg-debuginfo' 1-1
}
@test "add single epoch package" {
releasePackage extra 'pkg-single-epoch'
db-update
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment