Skip to content

Commit

Permalink
rename integration test dir; do not run coverage script on integratio…
Browse files Browse the repository at this point in the history
…n test

Signed-off-by: Evan Hazlett <[email protected]>
  • Loading branch information
ehazlett committed Feb 27, 2015
1 parent dd20827 commit 46d92fc
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ BATS (use that link). Then run `./script/build` to generate the binary. Once
you have the binary, you can run test against a specified driver:

```
$ bats test/driver-virtualbox.bats
$ bats integration-tests/driver-virtualbox.bats
✓ virtualbox: machine should not exist
✓ virtualbox: VM should not exist
✓ virtualbox: create
Expand All @@ -154,7 +154,7 @@ $ bats test/driver-virtualbox.bats
You can also run the general `cli` tests:

```
$ bats test/cli.bats
$ bats integration-tests/cli.bats
✓ cli: show info
✓ cli: show active help
✓ cli: show config help
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion script/generate-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi

# Script will bomb out on some dirs if there are no buildable source files,
# we shouldn't be checking these anyway so skip over them.
EXCLUDED_DIRS="${DIR}/Godeps ${DIR}/_integration-test ${DIR}/docs ${DIR}/script"
EXCLUDED_DIRS="${DIR}/Godeps ${DIR}/integration-tests ${DIR}/docs ${DIR}/script"

generate_coverage_for_dir ${DIR}
echo "Done checking and generating coverage!"
Expand Down

0 comments on commit 46d92fc

Please sign in to comment.