This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new b967c67  Fixes exclude of LongBenchmarks
b967c67 is described below

commit b967c676c82e9c6990ee58c6ce21d5c16de499db
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Tue Dec 17 10:19:17 2019 -0800

    Fixes exclude of LongBenchmarks
---
 geode-benchmarks/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 3929b82..c6af68f 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,7 +64,7 @@ task benchmark(type: Test) {
   testLogging { exceptionFormat = 'full' }
 
   exclude "**/NoopBenchmark.class"
-  exclude "**/LongBenchmark.class"
+  exclude "**/*LongBenchmark.class"
 
   forkEvery 1
 

Reply via email to