diff options
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/tests/run-consumer-tests.sh')
-rwxr-xr-x | fluent-bit/lib/librdkafka-2.1.0/tests/run-consumer-tests.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/tests/run-consumer-tests.sh b/fluent-bit/lib/librdkafka-2.1.0/tests/run-consumer-tests.sh deleted file mode 100755 index 32165c2d..00000000 --- a/fluent-bit/lib/librdkafka-2.1.0/tests/run-consumer-tests.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# -# Run all tests that employ a consumer. -# - -set -e - -TESTS=$(for t in $(grep -l '[Cc]onsume' 0*.{c,cpp}); do \ - echo $t | sed -e 's/^\([0-9][0-9][0-9][0-9]\)-.*/\1/g' ; \ - done) - -export TESTS -echo "# Running consumer tests: $TESTS" - -./run-test.sh $* |