fix the incorrect test

This commit is contained in:
2021-05-19 22:57:47 +03:00
committed by Motiejus Jakštys
parent fb4a3eac6d
commit dc50ae173e
3 changed files with 7 additions and 37 deletions

View File

@@ -27,9 +27,10 @@ clean:
.PHONY: clean-tables
clean-tables:
for t in $$(./db -c '\dt' | awk '/demo|debug|integ/{print $$3}'); do \
for t in $$(./db -c '\dt' | awk '/\y(demo_wm|debug_wm|figures)\y/{print $$3}'); do \
./db -c "drop table $$t"; \
done
-rm .faux_test
.PHONY: slides
slides: $(SLIDES)