Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix unit test makefile
Browse files Browse the repository at this point in the history
- pushd does not work in /bin/sh shell

Co-authored-by: Julian Hjortshoj <[email protected]>
Co-authored-by: Lisa Cho <[email protected]>
  • Loading branch information
julian-hj and Lisa Cho committed Feb 13, 2020
1 parent 0169816 commit 589d7d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ start-docker:
kill-docker:
pkill dockerd

test: SHELL:=/bin/bash
test: image-local-registry
go get github.com/onsi/ginkgo/ginkgo
pushd identityserver; ~/go/bin/ginkgo -race . || exit 1; popd
Expand All @@ -36,7 +37,7 @@ e2e:
cd test && pwd && ~/go/bin/ginkgo -r -focus "CSI Volumes"

fly:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/integration-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/unit-and-sanity-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release

fly-e2e:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/e2e-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release
Expand Down

0 comments on commit 589d7d3

Please sign in to comment.