The quotes around the file should not be necessary
In Go 1.2 on the Mac they result in a file created with actual quotes.
This commit is contained in:
@@ -36,7 +36,7 @@ find_test_dirs() {
|
||||
}
|
||||
|
||||
# -covermode=atomic becomes default with -race in Go >=1.3
|
||||
KUBE_COVER="-cover -covermode=atomic -coverprofile=\"tmp.out\""
|
||||
KUBE_COVER="-cover -covermode=atomic -coverprofile=tmp.out"
|
||||
|
||||
cd "${KUBE_TARGET}"
|
||||
|
||||
|
Reference in New Issue
Block a user