mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
miscellaneous changes associated with s2i windows work
- add missing function documentation - fix govet shadow warnings - fix spelling errors - add .atom-build.yml to .gitignore - don't mess up bash completions if build fails - re-enable test-go.sh race checker as documented - remove extraneous goroutines in tests - use ExcludeRegExp in integration tests - remove finished containers in integration tests
This commit is contained in:
@@ -74,7 +74,7 @@ To run tests without the go race detector, which is on by default, use:
|
||||
A line coverage report is run by default when testing a single package.
|
||||
To create a coverage report for all packages:
|
||||
|
||||
$ OUTPUT_COVERAGE=true hack/test-go.sh pkg/build/strategies/sti
|
||||
$ OUTPUT_COVERAGE=/tmp/reportdir hack/test-go.sh
|
||||
|
||||
|
||||
### Integration tests
|
||||
|
||||
Reference in New Issue
Block a user