Skip to content

Commit

Permalink
trigger-pflash-test: Allow to import for testability and extendability
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Oct 18, 2024
1 parent e925b2d commit a3722ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trigger-pflash-test
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main() {
SCHEDULE=tests/boot/tianocore_set_resolution \
ISO="$image" \
"${CLI_ARGS[@]}"
}
}

usage() {
cat << EOF
Expand All @@ -70,4 +70,4 @@ EOF
exit "$1"
}

main
caller 0 > /dev/null || main "$@"

0 comments on commit a3722ac

Please sign in to comment.