Skip to content

Commit

Permalink
Merge pull request #15 from clouddrove/CD-362
Browse files Browse the repository at this point in the history
Fixed the terratest
  • Loading branch information
yadavprakash authored Aug 3, 2021
2 parents fc4516b + 235731e commit 9b668f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/do_login.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function main {
;;
terratest_do)
installTerraform
doLogin
goTest ${*}
;;
*)
Expand Down
3 changes: 2 additions & 1 deletion src/terratest_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ function goTest {

# Gather the output of `teratest`.
echo "teratest: info: teratest run configuration in ${tfWorkingDir}"
export DIGITALOCEAN_TOKEN=${DO_TOKEN}
go test -run Test --timeout 150m
}
}

0 comments on commit 9b668f7

Please sign in to comment.