projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c83b54
)
Clean up after tests in src/test/locale/.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 28 Nov 2020 21:08:36 +0000
(16:08 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sat, 28 Nov 2020 21:08:36 +0000
(16:08 -0500)
Oversight in
257836a75
, which added these tests.
src/test/locale/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/locale/Makefile
b/src/test/locale/Makefile
index 73495cf16b442413420fc91374e3d900d1fd6fe8..673e14dcd08a12d62570dd49717712748a0fcb9d 100644
(file)
--- a/
src/test/locale/Makefile
+++ b/
src/test/locale/Makefile
@@
-13,6
+13,7
@@
all: $(PROGS)
clean distclean maintainer-clean:
rm -f $(PROGS) *.o
+ rm -rf tmp_check
for d in $(DIRS); do \
$(MAKE) -C $$d clean || exit; \
done