Skip to content

Commit

Permalink
run-fstests: also accept --image-project in ls-images
Browse files Browse the repository at this point in the history
Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com>
  • Loading branch information
lrumancik committed Dec 12, 2024
1 parent 8d879bf commit 6675488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-fstests/gce-xfstests
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ case "$1" in
ls-images)
shift
case $1 in
--project) shift
--project | --image-project) shift
GCE_PROJECT=$1
shift ;;
esac
Expand Down

0 comments on commit 6675488

Please sign in to comment.