minor changes to tests

This commit is contained in:
Marty Kraimer
2011-09-22 08:16:14 -04:00
parent f25177d612
commit 99f6fc13db
12 changed files with 30 additions and 31 deletions

View File

@@ -145,7 +145,7 @@ int main(int argc,char *argv[])
testAppendMore(fd);
testAppends(fd);
epicsExitCallAtExits();
CDRMonitor::get().show(fd);
CDRMonitor::get().show(fd,true);
return(0);
}