mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 05:52:55 +00:00
## Problem We do not test `pgtap` which is shipped with Neon ## Summary of changes Test and binaries for `pgtap` are added.
16 lines
419 B
Diff
16 lines
419 B
Diff
diff --git a/test/schedule/create.sql b/test/schedule/create.sql
|
|
index ba355ed..7e250f5 100644
|
|
--- a/test/schedule/create.sql
|
|
+++ b/test/schedule/create.sql
|
|
@@ -1,3 +1,2 @@
|
|
\unset ECHO
|
|
\i test/psql.sql
|
|
-CREATE EXTENSION pgtap;
|
|
diff --git a/test/schedule/main.sch b/test/schedule/main.sch
|
|
index a8a5fbc..0463fc4 100644
|
|
--- a/test/schedule/main.sch
|
|
+++ b/test/schedule/main.sch
|
|
@@ -1,2 +1 @@
|
|
-test: build
|
|
test: create
|