Skip to content

Commit

Permalink
Include Provider Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed Apr 6, 2020
1 parent bc6ed4e commit f19fdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go test -v -sweep="gh-region"

test_cases () {
grep -nr "func Test" . | grep -v vendor | \
cut -d ' ' -f 2 | cut -d "(" -f 1 | grep TestAcc
cut -d ' ' -f 2 | cut -d "(" -f 1 | grep -e TestAcc -e TestProvider
}

run_test () {
Expand Down

0 comments on commit f19fdf6

Please sign in to comment.