From e8e69278ebc0f2db1e48718b42745439d4f046ba Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 27 Jan 2024 21:18:49 -0800 Subject: [PATCH] Fixed test name [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2e6f36..d1bfdd3 100644 --- a/README.md +++ b/README.md @@ -812,8 +812,8 @@ make prove_installcheck # TAP tests To run single tests: ```sh -make installcheck REGRESS=functions # regression test -make prove_installcheck PROVE_TESTS=test/t/001_wal.pl # TAP test +make installcheck REGRESS=functions # regression test +make prove_installcheck PROVE_TESTS=test/t/001_ivfflat_wal.pl # TAP test ``` To enable benchmarking: