logstash/bin/logstash-test
2013-11-15 15:07:10 -08:00

4 lines
84 B
Bash
Executable file

#!/bin/sh
basedir=$(cd `dirname $0`/..; pwd)
exec $basedir/bin/logstash rspec "$@"