Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] Test runner shell script

I think that's not possible as all XML tests in one directory are essentially run as a single test case in the point of view of Maven. :(

This can be improved by making the testrunner code generate dynamic JUnit test cases instead which would have other benefits too like the ability to run tests in parallell.

/Björn

2017-07-11 11:29 GMT+02:00 Sandro Santilli <strk@xxxxxx>:
On Tue, Jul 11, 2017 at 11:13:03AM +0200, Björn Harrtell wrote:
> Hi Sandro,
>
> The testrunner was migrated to Maven last year, so you should be able to
> run the tests (both the ones in code only and based on XML input) with "mvn
> test" assuming you got Maven available.

`mvn test` works here, but I wanted to run a *single* XML test, for
debugging purposes. Do you know how to do that ? The testrunner.sh
script served that purpose excellently...

--strk;


Back to the top