use omv output rpms

This commit is contained in:
Alexander Stefanov 2019-04-12 00:47:54 +03:00
parent 7674074d21
commit fd7ad7c3c8

View file

@ -25,7 +25,7 @@ ts.setVSFlags(~(rpm.RPMVSF_NEEDPAYLOAD))
# if some of them fail the test
exit_code = 0
for pkg in glob.glob(chroot_path + "/*.rpm"):
for pkg in glob.glob("/home/omv/output/*.rpm"):
# Do not check src.srm
# (can't exclude them in the glob expression above,
# since glob doesn't support exclusion patterns)