Running from Command Line

When I run from command-line, if i select a suite to run, what actually runs? Is it the test I have in the “schedule” tab of the suite?

Also, I’ve noticed a bug in version 10.3-linux. The runscript command is exactly the same as the eggplant command. To truly get “command line output” the way that one would expect, the command should be piped to “tee” so it can be logged and displayed to the operator. Further, it probably shouldn’t be backgrounded either; leave that up to the user.

Hi meisjohn–

Yes, if you run a suite from the command line, it’s what’s in the scheduler that gets run.

I’ll pass the other issue to the developers.

Thanks for your feedback!

Allen