1
0
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:
Jim Minter
2016-10-28 12:10:59 +01:00
parent e646826939
commit 1a0ef1eb7e
18 changed files with 128 additions and 116 deletions

View File

@@ -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