Open xuwei-k opened 7 years ago
I don't maintain this plugin ;) I just fixed a bug once
You have added this test in https://github.com/sbt/sbt-osgi/commit/5b93fbea3e7692fa85f82709164b94f0fe5c007e.
Should we remove this test? or fix as follows?
- -> verify-bundle
+ > verify-bundle
http://www.scala-sbt.org/0.13/docs/Testing-sbt-plugins.html
# starts a one-line comment
> name sends a task to sbt (and tests if it succeeds)
$ name arg* performs a file command (and tests if it succeeds)
-> name sends a task to sbt, but expects it to fail
-$ name arg* performs a file command, but expects it to fail
I see, I'll get back to this once at a computer then. Thanks for reporting
I'm working on this today
It was an actual bug. Submitting PR.