Skip to content

Commit 10ee9d9

Browse files
committed
Remove regression output on clean
1 parent 7c0d478 commit 10ee9d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ all: $(PGLOADER)
7272
clean:
7373
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) \
7474
buildapp.log build/bundle/* build/pgloader-bundle* build/quicklisp.lisp docs/_build
75+
$(MAKE) -C test clean
7576

7677
$(QLDIR)/local-projects/qmynd:
7778
git clone --depth 1 https://github.com/qitab/qmynd.git $@

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif
5454

5555
regress: clean-out $(addprefix regress/out/, $(REGRESS:.load=.out)) ;
5656

57-
clean-out:
57+
clean clean-out:
5858
rm -f regress/out/*
5959

6060
local: prepare $(LOCAL)

0 commit comments

Comments
 (0)