mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 10:24:20 +00:00
Fix the script caller.
This commit is contained in:
parent
22ad9fbc07
commit
b700bbdac4
@ -13,7 +13,7 @@ sub run {
|
|||||||
prepare_test_packages;
|
prepare_test_packages;
|
||||||
# sometimes, the test is failing because it cannot
|
# sometimes, the test is failing because it cannot
|
||||||
# refresh packages for Gnome Software. Let's do it explicitely.
|
# refresh packages for Gnome Software. Let's do it explicitely.
|
||||||
script_run "su -c \"pkcon refresh force\" -s /bin/sh test", 60;
|
script_run qq(su -c "pkcon refresh force" -s /bin/sh test), 60;
|
||||||
# get back to the desktop
|
# get back to the desktop
|
||||||
desktop_vt;
|
desktop_vt;
|
||||||
# run the updater
|
# run the updater
|
||||||
|
Loading…
Reference in New Issue
Block a user