mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
Fix issue in profile.cov
profile.cov need to be created inside the _output directory. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
cb08a63a02
commit
04ea2b6f81
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
GOPACKAGES="$(go list ./... | grep -v vendor | grep -v e2e)"
|
GOPACKAGES="$(go list ./... | grep -v vendor | grep -v e2e)"
|
||||||
COVERFILE="${GO_COVER_DIR}profile.cov"
|
COVERFILE="${GO_COVER_DIR}/profile.cov"
|
||||||
|
|
||||||
# no special options, exec to go test w/ all pkgs
|
# no special options, exec to go test w/ all pkgs
|
||||||
if [[ ${TEST_EXITFIRST} != "yes" && -z ${TEST_COVERAGE} ]]; then
|
if [[ ${TEST_EXITFIRST} != "yes" && -z ${TEST_COVERAGE} ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user