mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Setting DEBUG env variable doesn't change anything for me Furthermode LOGSTASH_DEBUG variable is already defined in Logstash::Logger, better to reuse it and let interested people know
14 lines
165 B
Markdown
14 lines
165 B
Markdown
# How to run these tests
|
|
|
|
Run one:
|
|
|
|
`rspec spec/the/test.rb`
|
|
|
|
Run them all:
|
|
|
|
`rspec spec/**/*.rb`
|
|
|
|
Debug one test:
|
|
|
|
`LOGSTASH_DEBUG=y rspec spec/the/test.rb`
|
|
|