Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed May 28, 2024
1 parent 6cae777 commit 926a3f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/images/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ qemu_disk() {
}

assert() {
grep -Fq "$1" log
if grep -Fq "$1" log; then
echo "Assertion passed: '$1' found in log"
else
echo "Assertion failed: '$1' not found in log"
fi
}

check_live_noinstall() {
Expand Down

0 comments on commit 926a3f2

Please sign in to comment.