1
0
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:
unknown
2013-07-16 12:26:04 +03:00
parent 7093049c32
commit c697aa1f7c
10 changed files with 12 additions and 10 deletions

View File

@@ -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();
}