potential_conflict: still need to call the interpreter

script isn't executable as downloaded, this is easier than chmod.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-07-22 15:00:25 -07:00
parent 5a10c537f7
commit 317aadeb2b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sub run {
# download the check script
assert_script_run "curl -o /usr/local/bin/potential_conflict.py https://pagure.io/fedora-qa/qa-misc/raw/master/f/potential_conflict.py";
# run the check
assert_script_run "/usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media";
assert_script_run "python3 /usr/local/bin/potential_conflict.py --repofrompath=media,/mnt/iso -r media";
}
sub test_flags {