Rename bootstrap to testdrive.

Bootstrap is meant for a system that sets itself up. This command is
more like a testing mode so I want to rename it to avoid confusion.

Fixes #129 and came out of #117.
This commit is contained in:
Luke Kysow
2018-05-30 13:35:05 +02:00
parent 1da0c39d3e
commit b4993b60ea
7 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
# with multiple packages, see https://code.google.com/p/go/issues/detail?id=6909
#
# Usage: coverage.sh packages...
# Example: coverage.sh github.com/runatlantis/atlantis github.com/runatlantis/atlantis/bootstrap
# Example: coverage.sh github.com/runatlantis/atlantis github.com/runatlantis/atlantis/testdrive
#
set -e