Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-01-11 18:49:01 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-01-11 18:55:40 +0300
commit83a0c7b826280c7d9d09d0c5826a67c82cfd3016 (patch)
tree7d37f7313c0964d6cdf935432a1599009c37c6e2 /Makefile
parent2199d803e4f80553448795f979836fe6aa3a353d (diff)
Add vendored gitlab-shell to rspec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a19054faa..5e79ab055 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,10 @@ test: prepare-build
rspec: prepare-build
cd $(BUILD_DIR) && $(MAKE) $@
+.PHONY: rspec-gitlab-shell
+rspec-gitlab-shell: prepare-build
+ cd $(BUILD_DIR) && $(MAKE) $@
+
.PHONY: verify
verify: prepare-build
cd $(BUILD_DIR) && $(MAKE) $@