Skip to content

Commit 7bac06c

Browse files
committed
Undo change
1 parent 1cfcc45 commit 7bac06c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openshift/e2e-common.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ build_knative_client() {
5656
return $failed
5757
}
5858

59+
run_unit_tests() {
60+
failed=0
61+
go test -v ./cmd/... ./pkg/... || failed=1
62+
return $failed
63+
}
64+
5965
run_sobranch() {
6066
go run github.com/openshift-knative/hack/cmd/sobranch@latest "$@"
6167
}

0 commit comments

Comments
 (0)