From c4ca87e50871dc3620da100162287ea89e031b0c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 31 May 2017 15:29:53 +0200 Subject: [PATCH] make check: run replication_test6.pl --- bin/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test/Makefile b/bin/test/Makefile index 7bec6ba0..3a905826 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -9,6 +9,7 @@ check: ./replication_test3.pl ./replication_test4.pl ./replication_test5.pl + ./replication_test6.pl .PHONY: install