Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
e2d0380b
Verified
Commit
e2d0380b
authored
Mar 15, 2019
by
Jan Alexander Steffens (heftig)
Browse files
Gitpkg: Add --print-errorlogs to meson test
parent
cb7ac5c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archbuild/files/gitpkg
View file @
e2d0380b
...
...
@@ -406,7 +406,7 @@ if gitify
check:
case
when
meson
<<~
END
meson test -C build
meson test -C build
--print-errorlogs
END
when
pbr
.
has_func?
(
:check
)
when
autotools
...
...
@@ -464,3 +464,5 @@ end
Dir
.
unlink
"src"
File
.
unlink
(
*
Dir
.
glob
(
"*.pkg.tar.xz"
))
# vim:set sw=2 et:
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