Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Reference --no-clean-on-error in --store-dir text
· 19b06698
AJ Jordan
authored
Apr 28, 2019
19b06698
Merge branch 'patch-1' of salsa.debian.org:strugee-guest/reprotest
· ef00b421
Mattia Rizzolo
authored
Apr 29, 2019
MR:
!4
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
ef00b421
Hide whitespace changes
Inline
Side-by-side
reprotest/__init__.py
View file @
ef00b421
...
...
@@ -560,7 +560,8 @@ def cli_parser():
group1
.
add_argument
(
'
--store-dir
'
,
default
=
None
,
metavar
=
'
DIRECTORY
'
,
help
=
'
Save the artifacts in this directory, which must be empty or
'
'
non-existent. Otherwise, the artifacts will be deleted and you only
'
'
see their hashes (if reproducible) or the diff output (if not).
'
)
'
see their hashes (if reproducible) or the diff output (if not). See
'
'
also --no-clean-on-error.
'
)
group1
.
add_argument
(
'
--variations
'
,
default
=
"
+all
"
,
help
=
'
Build variations to test as a comma-separated list of variation
'
'
names. Default is
"
+all
"
, equivalent to
"
%s
"
, testing all available
'
...
...