From 0f0358ea675faca03d1361b6577bfcedf426246b Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Fri, 26 Sep 2025 14:25:27 -0400 Subject: [PATCH] docs: small adjust --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 204fb92dc..28685b3b9 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ Here's a comprehensive overview of the project's directory structure: | nix/postgresql/ | PostgreSQL version configurations, patches, and base package definitions | | nix/ext/ | Individual extension package definitions and build configurations | | nix/ext/wrappers/ | Wrapper scripts and utilities for extensions | -| nix/ext/tests/ | Extension-specific test suites | +| nix/ext/tests/ | Extension-specific integration test suites implemented using nixos-test| | nix/overlays/ | Nix overlays for customizing and overriding package definitions | | nix/tools/ | Build tools, utilities, and helper scripts | | nix/docker/ | Docker image build definitions using Nix | -| nix/tests/ | Comprehensive integration test suites for validating builds | +| nix/tests/ | postgres specific test suites for validating builds, including pg_regress tests | | nix/tests/smoke/ | Quick smoke tests for basic functionality | | nix/tests/migrations/ | Migration and upgrade test scenarios | | nix/tests/expected/ | Expected `pg_regress` test outputs for validation |