errlog in tests
Take eltc(0) out of testPlan() and explicitly add it to those tests that should suppress expected errlog output.
This commit is contained in:
@@ -65,7 +65,6 @@ void testPlan(int plan) {
|
||||
planned = plan;
|
||||
tested = passed = failed = skipped = bonus = 0;
|
||||
todo = NULL;
|
||||
eltc(0); /* Silence errlog output */
|
||||
if (plan) printf("1..%d\n", plan);
|
||||
epicsMutexUnlock(testLock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user