From: Tom Lane Date: Sat, 28 Nov 2020 21:08:36 +0000 (-0500) Subject: Clean up after tests in src/test/locale/. X-Git-Tag: REL_14_BETA1~1197 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b90a7fe15f78b1e2513cbcb27a33f4adc47bcd3d;p=postgresql.git Clean up after tests in src/test/locale/. Oversight in 257836a75, which added these tests. --- diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile index 73495cf16b4..673e14dcd08 100644 --- 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