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:
Andrew Johnson
2012-07-06 17:47:56 -05:00
parent 0597f9c1c8
commit 3bfc6dcf64
4 changed files with 8 additions and 8 deletions
-1
View File
@@ -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);
}