tidev / hyperloop.next

Hyperloop Next version (we forgot the version number at this point)
Other
8 stars 5 forks source link

Do not package "test" directory for distribution #213

Closed hansemannn closed 7 years ago

hansemannn commented 7 years ago

Removing the "test" directory that was packaged with our plugin for distribution.

janvennemann commented 7 years ago

This should not be needed anymore with the changes in #209 and #218

sgtcoolguy commented 7 years ago

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.

hansemannn commented 7 years ago

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.