From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | minor regression test refactor |
Date: | 2007-01-27 20:01:49 |
Message-ID: | 1169928109.21522.8.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
I noticed that the "bigcheck" and "bigtest" targets of
src/test/regress/GNUMakefile don't have the right dependencies:
$ make -C src/test/regress clean bigcheck
[...]
make: ./pg_regress: Command not found
make: *** [bigcheck] Error 127
Attached is a patch that fixes this, by making "bigcheck" and "bigtest"
depend on the "all" target. Along the way, I removed some old Makefile
targets that were just aliases for existing targets, and refactored the
code for setting up the tablespace directory to avoid repeating it five
times.
Barring any objections, I'll apply this tomorrow.
-Neil
Attachment | Content-Type | Size |
---|---|---|
regression_test_cleanup-1.patch | text/x-patch | 3.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavan Deolasee | 2007-01-27 20:21:04 | Re: Ctid chain following enhancement |
Previous Message | Andrew Dunstan | 2007-01-27 19:47:35 | pltcl/plython fixes for spi_prepare types |