Move epicsExit() call into pvDatabaseAllTests()

Needed on VxWorks to display the test summary.
This commit is contained in:
Andrew Johnson
2018-03-13 15:18:41 -05:00
parent 8e04875a45
commit bbb5fa2c64
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,6 @@
#include "rtemsNetworking.h"
#include <epicsExit.h>
#include <osdTime.h>
extern void pvDatabaseAllTests(void);
@ -34,5 +33,4 @@ Init (rtems_task_argument ignored)
osdTimeRegister();
pvDatabaseAllTests();
epicsExit(0);
}