Closed hansemannn closed 7 years ago
This should not be needed anymore with the changes in #209 and #218
I'm not sure it deleted the right path anyhow. I'm going to tweak the android build to avoid packaging the test dir when built through ant, as well as cleaning up any other possible development artifacts like code coverage and test result reports/directories.
Unfortunately it's still packaging the directory and Chris was right, it should be rm -rf plugins/hyperloop/$VERSION/android/test/
instead, or even a wildcard for all test/ directories. Not sure what's the common practice there.
Removing the "test" directory that was packaged with our plugin for distribution.