mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Functional test fix.
This commit is contained in:
parent
2fb1dfcb97
commit
8246ec2b79
1 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ class SingleProjectTests(TitoGitTestFixture):
|
|||
tito("build --srpm")
|
||||
|
||||
def test_tag_srpm(self):
|
||||
tito("build --srpm --tag=%s-0.0.1-1 -o self.repo_dir" % PKG_NAME)
|
||||
tito("build --srpm --tag=%s-0.0.1-1 -o %s" % (PKG_NAME, self.repo_dir))
|
||||
|
||||
def test_latest_rpm(self):
|
||||
tito("build --rpm -o %s" % self.repo_dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue