From 28d5e53c6c675701515a71791dfa96ef60368aff Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 9 Apr 2023 02:10:33 +0300 Subject: [PATCH] Add test_heal to run_tests --- tests/run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index f021851e..82fb5d98 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -43,3 +43,6 @@ SCHEME=ec ./test_snapshot.sh SCHEME=xor ./test_write.sh ./test_write_no_same.sh + +./test_heal.sh +SCHEME=ec PG_MINSIZE=2 ./test_heal.sh