Revision a1d61bbe3f2834045d3ea8971efbf3cf61fe94bf authored by Quentin Campos on 24 August 2016, 10:53:08 UTC, committed by Quentin Campos on 24 August 2016, 11:28:40 UTC
Summary: An unused script was left without being updated.

Reviewers: #reviewers!

Differential Revision: https://forge.softwareheritage.org/D107
1 parent a184e94
Raw File
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