Open alxiong opened 5 years ago
I might need to update the seed. You have to put quotes around it like so: sbt "gatling-it:testOnly class"
On Mon, Oct 14, 2019 at 12:39 AM Alex Xiong notifications@github.com wrote:
Hi John, In your README, you mentioned that
gatling-it:testOnly doesn't work correctly from the command line
I wonder whether you've tried to put sbt interactive commands/tasks in between double quotes, (sbt doc on batch mode https://www.scala-sbt.org/1.x/docs/sbt-by-example.html#Batch+mode).
sbt "gatling-it:test" // works fine for me
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JohnArrowwood/gatling-sbt-seed/issues/1?email_source=notifications&email_token=AB3XLRLA6OLPERMEHC52GNDQOPZURA5CNFSM4JAKOYO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRPWZWA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB3XLRPFGTGZFAPL7UMYAFDQOPZURANCNFSM4JAKOYOQ .
Hi John, In your README, you mentioned that
I wonder whether you've tried to put sbt interactive commands/tasks in between double quotes, (sbt doc on batch mode).