From 8a97acc7c2b63200ae520594171246024b12a92d Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 18 May 2015 13:52:25 -0600 Subject: [PATCH] add a single command to run integration tests --- script/cibuild | 2 +- script/integration | 3 +++ test/testhelpers.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 script/integration diff --git a/script/cibuild b/script/cibuild index a2bbd672..68b9bcb2 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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 diff --git a/script/integration b/script/integration new file mode 100755 index 00000000..afd2b777 --- /dev/null +++ b/script/integration @@ -0,0 +1,3 @@ +#!/bin/sh + +test/test-happy-path.sh diff --git a/test/testhelpers.sh b/test/testhelpers.sh index 034ac989..f0749a32 100644 --- a/test/testhelpers.sh +++ b/test/testhelpers.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"