Commit d952a6c8 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'create-scratch-dir' into 'master'

Update make to generate `testdata/scratch` dir

See merge request gitlab-org/gitlab-workhorse!495
parents c4f1edeb 785a4e65
...@@ -102,11 +102,15 @@ clean-build: ...@@ -102,11 +102,15 @@ clean-build:
.PHONY: prepare-tests .PHONY: prepare-tests
prepare-tests: testdata/data/group/test.git $(EXE_ALL) prepare-tests: testdata/data/group/test.git $(EXE_ALL)
prepare-tests: testdata/scratch
testdata/data/group/test.git: testdata/data/group/test.git:
$(call message,$@) $(call message,$@)
git clone --quiet --bare https://gitlab.com/gitlab-org/gitlab-test.git $@ git clone --quiet --bare https://gitlab.com/gitlab-org/gitlab-test.git $@
testdata/scratch:
mkdir -p testdata/scratch
.PHONY: verify .PHONY: verify
verify: lint vet detect-context check-formatting staticcheck verify: lint vet detect-context check-formatting staticcheck
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment