Skip to content

Commit

Permalink
Merge pull request #80 from kubevirt-bot/cherry-pick-77-to-release-v1.2
Browse files Browse the repository at this point in the history
[release-v1.2] Move ginkgo binary to tests output dir
  • Loading branch information
kubevirt-bot authored Jun 9, 2024
2 parents aaacc5e + 32ec101 commit d7dbdca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build/build-functest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ mkdir -p ${TESTS_OUT_DIR}/
export GO111MODULE=${GO111MODULE:-off}
ginkgo build ${AAQ_DIR}/tests/
mv ${AAQ_DIR}/tests/tests.test ${TESTS_OUT_DIR}/
cp -f /go/bin/ginkgo ${TESTS_OUT_DIR}/

0 comments on commit d7dbdca

Please sign in to comment.