Running a single test

From: Viktor Holmberg <v(at)viktorh(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Running a single test
Date: 2025-11-17 10:26:59
Message-ID: 93e3468f-af54-418e-a3b6-941625f312bc@Spark
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers

Apologies if this is a n00b question - but really can’t find anything about it in the docs.
I can run all the regression tests with `make test`. But is there a way to run a single specific test?
It’d be nice to do this for example when adding extra assertions to a test, without touching the code.

/Viktor Holmberg

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-11-17 10:33:26 Re: CREATE/ALTER PUBLICATION improvements for syntax synopsis
Previous Message 高增琦 2025-11-17 10:23:51 Re: Compile error on the aarch64 platform: Missing asm/hwcap.h