More TODOs.
This commit is contained in:
parent
6f3d45b107
commit
5e45afd0a2
|
@ -157,6 +157,7 @@ int testingMain(void)
|
||||||
// TODO print a warning that we skip the next stages if a prior stage failed?
|
// TODO print a warning that we skip the next stages if a prior stage failed?
|
||||||
if (!anyFailed)
|
if (!anyFailed)
|
||||||
testsetRun(&tests, &anyFailed);
|
testsetRun(&tests, &anyFailed);
|
||||||
|
// TODO should we unconditionally run these tests if before succeeded but the main tests failed?
|
||||||
if (!anyFailed)
|
if (!anyFailed)
|
||||||
testsetRun(&testsAfter, &anyFailed);
|
testsetRun(&testsAfter, &anyFailed);
|
||||||
if (anyFailed) {
|
if (anyFailed) {
|
||||||
|
|
Loading…
Reference in New Issue