Remove with_jigdo argument
It was checked in a condition together with the configuration value, and only ever explicitly used with the same value. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
80bd254347
commit
1d654522be
3 changed files with 2 additions and 10 deletions
|
|
@ -148,7 +148,6 @@ class ExtraIsosThreadTest(helpers.PungiTestCase):
|
|||
log_file=os.path.join(
|
||||
self.topdir, "logs/x86_64/extraiso-my.iso.x86_64.log"
|
||||
),
|
||||
with_jigdo=False,
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
@ -224,7 +223,6 @@ class ExtraIsosThreadTest(helpers.PungiTestCase):
|
|||
log_file=os.path.join(
|
||||
self.topdir, "logs/x86_64/extraiso-my.iso.x86_64.log"
|
||||
),
|
||||
with_jigdo=False,
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
@ -298,7 +296,6 @@ class ExtraIsosThreadTest(helpers.PungiTestCase):
|
|||
log_file=os.path.join(
|
||||
self.topdir, "logs/x86_64/extraiso-my.iso.x86_64.log"
|
||||
),
|
||||
with_jigdo=False,
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
@ -374,7 +371,6 @@ class ExtraIsosThreadTest(helpers.PungiTestCase):
|
|||
log_file=os.path.join(
|
||||
self.topdir, "logs/x86_64/extraiso-my.iso.x86_64.log"
|
||||
),
|
||||
with_jigdo=False,
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
@ -445,7 +441,6 @@ class ExtraIsosThreadTest(helpers.PungiTestCase):
|
|||
log_file=os.path.join(
|
||||
self.topdir, "logs/src/extraiso-my.iso.src.log"
|
||||
),
|
||||
with_jigdo=False,
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue