add a single command to run integration tests

This commit is contained in:
Rick Olson 2015-05-18 13:52:25 -06:00
parent 9523561af4
commit 8a97acc7c2
3 changed files with 5 additions and 2 deletions

@ -4,4 +4,4 @@ git config user.name || git config --global user.name "Git LFS Tests"
git config user.email || git config --global user.email "git-lfs@example.com"
script/test
test/test-happy-path.sh
script/integration

3
script/integration Executable file

@ -0,0 +1,3 @@
#!/bin/sh
test/test-happy-path.sh

@ -35,7 +35,7 @@ setup_remote_repo() {
setup() {
cd $ROOTDIR
echo "compile git-lfs"
echo "compile git-lfs for $0"
script/bootstrap
rm -rf "test/remote"