mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
include specs in sprc/ root
This commit is contained in:
parent
78b2dd6e3a
commit
2e907e5f39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ default:
|
|||
@echo " tarball -- builds the tarball package"
|
||||
@echo " tarball-test -- runs the test suite against the tarball package"
|
||||
|
||||
TESTS=$(wildcard spec/**/*.rb)
|
||||
TESTS=$(wildcard spec/**/*.rb spec/*.rb)
|
||||
|
||||
# The 'version' is generated based on the logstash version, git revision, etc.
|
||||
.VERSION.mk: REVISION=$(shell git rev-parse --short HEAD | tr -d ' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue