Skip to content

Commit

Permalink
Merge pull request #4364 from pedjak/detect-and-run-tests
Browse files Browse the repository at this point in the history
./test-backend.sh detects and runs all tests
  • Loading branch information
openshift-merge-robot committed Feb 27, 2020
2 parents 773d008 + 1c74693 commit 74032c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-backend.sh
Expand Up @@ -20,7 +20,7 @@ export GOFLAGS="-mod=vendor"
# Invoke ./cover for HTML output
COVER=${COVER:-"-cover"}

TESTABLE="pkg/auth pkg/proxy pkg/server pkg/helm/actions pkg/helm/handlers"
TESTABLE="./..."
FORMATTABLE=(cmd pkg)

# user has not provided PKG override
Expand Down

0 comments on commit 74032c7

Please sign in to comment.