Skip to content

Commit

Permalink
Update testacc-dev to sweep ./internal/sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchnielsen committed Jan 16, 2025
1 parent ae9601d commit 3c39794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testacc-dev
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "${sweep}" != "" ]; then
#
# The '-v' flag ensures that 'fmt.Printf' statements are visible.
echo "sweeping..."
run_arg="go test ./internal/provider/resources -v -sweep=all"
run_arg="go test ./internal/sweep -v -sweep=all"
elif [ "${tests}" != "" ]; then
echo "specific test(s) configured: ${tests}"
run_arg="gotestsum --max-fails=50 ./... -count=1 -v -run ^${tests}$"
Expand Down

0 comments on commit 3c39794

Please sign in to comment.