Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Aug 9, 2019
1 parent c4fefb2 commit d53a4ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/run-e2e-test
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ fi
pushd ./test/e2e
$DEP_PATH ensure
popd
GO111MODULE=off go test -v -timeout 0 ./test/e2e/... -kubeconfig=$HOME/.kube/config -report-dir=$PWD/_artifacts -ginkgo.focus="\[efs-csi\]" -ginkgo.skip="\[Disruptive\]" \
set -x
echo $ARTIFACTS
GO111MODULE=off go test -v -timeout 0 ./test/e2e/... -kubeconfig=$HOME/.kube/config -report-dir=$ARTIFACTS -ginkgo.focus="\[efs-csi\].+should.be.mountable" -ginkgo.skip="\[Disruptive\]" \
-file-system-id=$FILE_SYSTEM_ID
TEST_PASS=$?

Expand Down

0 comments on commit d53a4ac

Please sign in to comment.