From 9379ba7733d9c5b76299977de19ea5bee5e6a9d3 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 26 Nov 2018 19:06:49 +0300 Subject: [PATCH] mdbx-make: add '--copy' testcase for check-singleprocess target. Change-Id: I76946e111def7a095c01368f04f9edd1a3b31569 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index daefdde9..6a79300c 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ check: all && ./mdbx_chk -vvn $(TESTDB) && ./mdbx_chk -vvn $(TESTDB)-copy check-singleprocess: all - rm -f $(TESTDB) $(TESTLOG) && (set -o pipefail; ./mdbx_test --pathname=$(TESTDB) --dont-cleanup-after --hill | tee -a $(TESTLOG) | tail -n 42) \ + rm -f $(TESTDB) $(TESTLOG) && (set -o pipefail; ./mdbx_test --pathname=$(TESTDB) --dont-cleanup-after --hill --copy | tee -a $(TESTLOG) | tail -n 42) \ && ./mdbx_chk -vvn $(TESTDB) && ./mdbx_chk -vvn $(TESTDB)-copy check-fault: all