Skip to content

Commit

Permalink
Add bin/test.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
winkingturtle-vmw committed Aug 19, 2024
1 parent 635b186 commit b347244
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/test.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

set -eu
set -o pipefail

# shellcheck disable=SC2068
# Double-quoting array expansion here causes ginkgo to fail
go run github.com/onsi/ginkgo/v2/ginkgo ${@} --skip-package integration

0 comments on commit b347244

Please sign in to comment.