Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mat2
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
18
Issues
18
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jvoisin
mat2
Commits
7901fdef
Commit
7901fdef
authored
Oct 03, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the testsuite
parent
1b356b8c
Pipeline
#19314
passed with stages
in 8 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mat2
mat2
+3
-3
No files found.
mat2
View file @
7901fdef
...
...
@@ -140,11 +140,11 @@ def main():
if
unknown_member_policy
==
UnknownMemberPolicy
.
KEEP
:
logging
.
warning
(
'Keeping unknown member files may leak metadata in the resulting file!'
)
success
=
True
no_failure
=
True
for
f
in
__get_files_recursively
(
args
.
files
):
if
clean_meta
([
f
,
args
.
lightweight
,
unknown_member_policy
])
is
False
:
success
=
False
return
success
no_failure
=
False
return
0
if
no_failure
is
True
else
-
1
if
__name__
==
'__main__'
:
...
...
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