Skip to content

Commit f7ecf87

Browse files
authored
docs: small adjust (#1806)
1 parent 18473b4 commit f7ecf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Here's a comprehensive overview of the project's directory structure:
4343
| nix/postgresql/ | PostgreSQL version configurations, patches, and base package definitions |
4444
| nix/ext/ | Individual extension package definitions and build configurations |
4545
| nix/ext/wrappers/ | Wrapper scripts and utilities for extensions |
46-
| nix/ext/tests/ | Extension-specific test suites |
46+
| nix/ext/tests/ | Extension-specific integration test suites implemented using nixos-test|
4747
| nix/overlays/ | Nix overlays for customizing and overriding package definitions |
4848
| nix/tools/ | Build tools, utilities, and helper scripts |
4949
| nix/docker/ | Docker image build definitions using Nix |
50-
| nix/tests/ | Comprehensive integration test suites for validating builds |
50+
| nix/tests/ | postgres specific test suites for validating builds, including pg_regress tests |
5151
| nix/tests/smoke/ | Quick smoke tests for basic functionality |
5252
| nix/tests/migrations/ | Migration and upgrade test scenarios |
5353
| nix/tests/expected/ | Expected `pg_regress` test outputs for validation |

0 commit comments

Comments
 (0)