mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-24 04:32:46 +00:00
Fixed format of test version parameter to be an integer
This commit is contained in:
parent
566d1fc9bc
commit
05cbd7f870
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class BuildModule(BaseCliModule):
|
|||
|
||||
self.parser.add_option("--test", dest="test", action="store_true",
|
||||
help="use current branch HEAD instead of latest package tag")
|
||||
self.parser.add_option("--test-version", dest="test_version", action="store_true",
|
||||
self.parser.add_option("--test-version", dest="test_version", metavar="TESTVERSION",
|
||||
help="overrides the commit count number in the produced artifact name in test build")
|
||||
self.parser.add_option("--no-cleanup", dest="no_cleanup",
|
||||
action="store_true",
|
||||
|
|
Loading…
Add table
Reference in a new issue