| Bug #29552 | Please decouple test logic from Makefile | ||
|---|---|---|---|
| Submitted: | 4 Jul 2007 14:38 | Modified: | 8 Jun 2009 15:55 |
| Reporter: | Ingo Strüwing | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Tools: MTR / mysql-test-run | Severity: | S4 (Feature request) |
| Version: | Any | OS: | Any |
| Assigned to: | CPU Architecture: | Any | |
[4 Jul 2007 14:38]
Ingo Strüwing
[4 Jul 2007 20:43]
Valeriy Kravchuk
Thank you for a reasonable feature request.
[5 Jul 2007 8:30]
Sergei Golubchik
there's no need for a special script. If you want 'make test-force' to continue after the first failed test sequence, you can start it as 'make -k test-force' or add '-' (or '-k') to the Makefile, to make the change permanent. Test parameters could be passed to the make, see for example how test-force-full target works.
[5 Jul 2007 13:22]
Ingo Strüwing
will make -k return a non-zero return code if the first sequence failed, but the second one suceeded? Portably?
[8 Jun 2009 15:55]
Daniel Fischer
Outdated.
