Rebuild with libutempter
This commit is contained in:
@@ -20,12 +20,7 @@ build() {
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
# Get all tests
|
||||
test_list=$(meson test -C build --list | tr -d ' ' | cut -d'/' -f2) 2> /dev/null
|
||||
# Remove failing test
|
||||
test_list=${test_list//check-version-history}
|
||||
# Run tests
|
||||
meson test -C build $test_list
|
||||
meson test -C build --print-errorlogs
|
||||
}
|
||||
|
||||
_pick() {
|
||||
|
||||
Reference in New Issue
Block a user