From 87dec4dbe45017b9cad3ee61a77c1262d04c52aa Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Mon, 28 Oct 2019 14:08:23 +0100 Subject: [PATCH] Update README --- test/README | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/README b/test/README index 9e630e5..ee11845 100644 --- a/test/README +++ b/test/README @@ -6,13 +6,6 @@ Example, to add a test for CDB_Something function, you'd add: - CDB_SomethingTest.sql - CDB_SomethingTest_expect -In case you need multiple expects of a test for different versions you have -to add .pg$(VERSION) at the end of the file. - -For example if you want an expect file for PG11 you need to have two expect files: - - - CDB_SomethingTest_expect - - CDB_SomethingTest_expect.pg11 To easy the generation of the expected file you can initially omit it, then run "make -C .. installcheck" from the top-level dir and copy