diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-20 23:27:23 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-20 23:27:23 +0200 |
commit | 0a9d78f51d74be7708f2efd940311bf7b33108e9 (patch) | |
tree | 4ecf312875c9c2a92a9cfc9baf75ba516303da77 /unittest | |
parent | 170b43c1568ba6b9a772e8bdfbe90bd06cc2a345 (diff) | |
download | mariadb-git-0a9d78f51d74be7708f2efd940311bf7b33108e9.tar.gz |
Revert "MDEV-16075: Workaround to run MTR test suite for make test"
This reverts commit d39629f01ebdd5b89186e6c8a4a8d3dd528bd26a.
Because running mtr for many hours with no output whatsoever
is not really what we should do.
And in 5.5 `make test` just works anyway, nothing to fix here.
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/sql/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/sql/CMakeLists.txt b/unittest/sql/CMakeLists.txt index 1efb0ac9cd1..f80f2a5ae70 100644 --- a/unittest/sql/CMakeLists.txt +++ b/unittest/sql/CMakeLists.txt @@ -26,4 +26,4 @@ ELSE() ENDIF() TARGET_LINK_LIBRARIES(explain_filename-t sql mytap) -MY_ADD_TEST(explain_filename explain_filename-t) +ADD_TEST(explain_filename explain_filename-t) |