mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
# Show us information about failures.
|
|
build --verbose_failures
|
|
test --test_output=errors
|
|
|
|
# Include git version info
|
|
build --workspace_status_command hack/print-workspace-status.sh
|