Skip to content

Commit

Permalink
Separate prefixes in the test for more coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkankovsky committed Nov 7, 2024
1 parent dbad402 commit 7876812
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 7876812

Please sign in to comment.