Description
It seems that having a separate gradlew under bigtop-tests/smoke-tests goes against KISS principle. With it we'll have to separately support two different wrappers. Instead, we can just use the top level gradlew file, when the tests have to be executed.
This works just fine (from the top-level)
./gradlew -b bigtop-tests/smoke-tests/build.gradle clean test -Dsmoke.tests=mapreduce
Attachments
Attachments
Issue Links
- incorporates
-
BIGTOP-2226 Remove gradle wrapper folder in smoke-tests
- Resolved