swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 5c41ffcfa0709b3aab29fac9f962f718eef5eaf3 authored by Nicolas Dandrimont on 14 February 2017, 18:37:15 UTC
d/control: remove spurious blank line
Tip revision: 5c41ffc
Makefile.local
# run only tests that do not require database setup
test-nodb:
	$(NOSE) $(NOSEFLAGS) -a '!db'

# run only tests that do require database setup
test-db:
	$(NOSE) $(NOSEFLAGS) -a 'db'
back to top