summaryrefslogtreecommitdiff
path: root/storage/perfschema/unittest/pfs_instr_class-t.cc
diff options
context:
space:
mode:
authorunknown <sanja@montyprogram.com>2013-07-16 12:26:04 +0300
committerunknown <sanja@montyprogram.com>2013-07-16 12:26:04 +0300
commitc697aa1f7c2c95f42abc6c180dff94f33394e16f (patch)
treef4e6fd7e7ab6bcc66bf6b420e1514e01ad2496b5 /storage/perfschema/unittest/pfs_instr_class-t.cc
parent7093049c320721b2e0adaf0680425b9753e9d2a1 (diff)
downloadmariadb-git-c697aa1f7c2c95f42abc6c180dff94f33394e16f.tar.gz
MDEV-4546 Perfschema unit tests to return non-zero on failure.
pfs unit test fixed.
Diffstat (limited to 'storage/perfschema/unittest/pfs_instr_class-t.cc')
-rw-r--r--storage/perfschema/unittest/pfs_instr_class-t.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/unittest/pfs_instr_class-t.cc b/storage/perfschema/unittest/pfs_instr_class-t.cc
index 9e3efde656e..0ec224cbae3 100644
--- a/storage/perfschema/unittest/pfs_instr_class-t.cc
+++ b/storage/perfschema/unittest/pfs_instr_class-t.cc
@@ -674,5 +674,5 @@ int main(int argc, char **argv)
MY_INIT(argv[0]);
do_all_tests();
my_end(0);
- return 0;
+ return exit_status();
}