[PATCH] Prevent false negative results of make check in Python tests

2012-12-12 Thread Andreas Stieger
Hello, discussed on IRC, the patch below changes the test harness to prevent some false negatives when running the test suite. Specifically, if a python test initialisation returns in such a way that the test runner doesn't know how to handle the result, change to code to return a non-zero exit

Re: [PATCH] Prevent false negative results of make check in Python tests

2012-12-12 Thread Daniel Shahaf
Andreas Stieger wrote on Wed, Dec 12, 2012 at 20:01:11 +: Hello, discussed on IRC, the patch below changes the test harness to prevent some false negatives when running the test suite. Specifically, if a python test initialisation returns in such a way that the test runner doesn't know