mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-25 16:44:31 +00:00
Compare commits
No commits in common. "7603b38dec8405f47458538234d052d0e0267007" and "1de4a19bfed992cc2796209512c4d0ea9d738623" have entirely different histories.
7603b38dec
...
1de4a19bfe
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 196,
|
||||
"type": "match",
|
||||
"ypos": 140,
|
||||
"width": 316,
|
||||
"height": 16
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"printing_check_sentence"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
@ -32,9 +32,7 @@ sub run {
|
||||
assert_script_run 'grep "Added the \'addrepo\'" /tmp/anaconda.log';
|
||||
# ...and this tells us it worked (I hope).
|
||||
assert_script_run 'grep "Load metadata for the \'addrepo\'" /tmp/anaconda.log';
|
||||
# addrepo.nfs is from before Fedora 39, sources/mount-1000-nfs-device
|
||||
# is from F39+
|
||||
assert_script_run 'grep -E "Loaded metadata from.*file:///run/install/(addrepo.nfs|sources/mount-1000-nfs-device)" /tmp/anaconda.log';
|
||||
assert_script_run 'grep "Loaded metadata from.*file:///run/install/addrepo.nfs" /tmp/anaconda.log';
|
||||
}
|
||||
}
|
||||
if ($repourl =~ /^hd:/) {
|
||||
|
Loading…
Reference in New Issue
Block a user