Skip to content

Commit

Permalink
Merge pull request #1333 from adamkankovsky/fixup-pre-install
Browse files Browse the repository at this point in the history
Separate prefixes in the test for more coverage
  • Loading branch information
adamkankovsky authored Nov 7, 2024
2 parents 260e105 + 7876812 commit c374d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ validate() {
fi

# Check for the specific error message in the virt-install.log
if ! grep -q "kickstart.script: Error code 1 running the kickstart script" "${disksdir}/virt-install.log"; then
echo '*** ERROR: Expected error message "kickstart.script: Error code 1 running the kickstart script" not found in virt-install.log.'
if ! grep -q "Error code 1 running the kickstart script" "${disksdir}/virt-install.log"; then
echo '*** ERROR: Expected error message "Error code 1 running the kickstart script" not found in virt-install.log.'
status=1
fi

Expand Down

0 comments on commit c374d2d

Please sign in to comment.