mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-4546 Perfschema unit tests to return non-zero on failure.
pfs unit test fixed.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
#include <my_global.h>
|
||||
#include <my_pthread.h>
|
||||
#include <pfs_atomic.h>
|
||||
#include <pfs_timer.h>
|
||||
#include "my_sys.h"
|
||||
#include <tap.h>
|
||||
@@ -117,6 +118,7 @@ int main(int, char **)
|
||||
plan(5);
|
||||
MY_INIT("pfs_timer-t");
|
||||
do_all_tests();
|
||||
return 0;
|
||||
my_end(0);
|
||||
return exit_status();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user