-
-
Save natbusa/1e4fc7c0b089f74560a6003dcd60dd9b to your computer and use it in GitHub Desktop.
Set up bats libraries for testing as git submodules in test/libs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p tests/libs | |
cd tests/libs | |
git submodule add [email protected]:bats-core/bats-core bats | |
git submodule add [email protected]:bats-core/bats-support bats-support | |
git submodule add [email protected]:bats-core/bats-assert bats-assert | |
# try the following three steps | |
git submodule update --init --recursive | |
git submodule update --recursive --remote | |
git pull --recurse-submodules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment