Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sumaid
tracker-miners
Commits
a04106ff
Commit
a04106ff
authored
Jul 17, 2018
by
Sam Thursfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Avoid dumping screenfuls of CI_ variables for each failed test
parent
902b7a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.gitlab-ci.yml
.gitlab-ci.yml
+7
-1
No files found.
.gitlab-ci.yml
View file @
a04106ff
...
...
@@ -44,4 +44,10 @@ test-meson-fedora-latest:
-
su tracker -c 'mkdir build'
-
su tracker -c 'cd build; meson .. --prefix=/usr'
-
su tracker -c 'cd build; ninja'
-
su tracker -c 'cd build; meson test --suite tracker-miners --print-errorlogs'
-
|
# Remove the many "CI_" variables from the environment. Meson dumps the
# whole environment for every failed test, and that gives a whole
# screenful of junk each time unless we strip these.
unset $(env|grep -o '^CI_[^=]*')
su tracker -c 'cd build; meson test --suite tracker-miners --print-errorlogs'
Write
Preview
Markdown
is supported
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