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:
parent
5a10c537f7
commit
317aadeb2b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user