ajrouvoet / dummy

Test results management framework
MIT License
1 stars 0 forks source link

Test runner gets relative path to test #1

Open ajrouvoet opened 11 years ago

ajrouvoet commented 11 years ago

Relative to ROOT, which makes no sense. Either give it an absolute path, or the test name.

I think the test name makes more sense, with a TEST_PATH env variable. This is due to the fact that the runner might NEED the name if not every test has it's own directory (which is common).