diff options
author | Tor Didriksen <tor.didriksen@sun.com> | 2010-06-10 13:21:35 +0200 |
---|---|---|
committer | Tor Didriksen <tor.didriksen@sun.com> | 2010-06-10 13:21:35 +0200 |
commit | ce5927dc8943368395cb770639995cc609975b62 (patch) | |
tree | c5eea40caa24595e89d2a08ff0182c08184189b2 /unittest/examples/Makefile.am | |
parent | 3b3de28816513e97415922bff9230ce5b7982cb5 (diff) | |
parent | a24df71e95fb6379a3ba86322c9941a82b8d6527 (diff) | |
download | mariadb-git-ce5927dc8943368395cb770639995cc609975b62.tar.gz |
Merge fix for Bug#53303 from 5.1-bugteam
text conflict: unittest/examples/Makefile.am
Diffstat (limited to 'unittest/examples/Makefile.am')
-rw-r--r-- | unittest/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am index cfb22e678d4..3e64c7ceddc 100644 --- a/unittest/examples/Makefile.am +++ b/unittest/examples/Makefile.am @@ -20,4 +20,5 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap LDADD = -lmytap -noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t +# We omit core-t here, since it will always fail. +noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t |