mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
loupe: don't pass args to download_testdata
You can see what these args are trying to do, but the function does not currently work that way. I think running it without args should get what the test wants. If Lukas wants to refine download_testdata so you can specify the payload and where to extract it, he can do that, then put this back... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1ecbd28f82
commit
13404c6aaf
@ -13,7 +13,7 @@ sub run {
|
||||
# Perform git test
|
||||
check_and_install_git();
|
||||
# Download the test data
|
||||
download_testdata("eog", "Pictures");
|
||||
download_testdata();
|
||||
# Exit the terminal
|
||||
desktop_vt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user