tests: test depends on _version.py
because there is a test that asserts that our version is not "unknown"
This commit is contained in:
parent
c284da9168
commit
854ae28ad6
2
Makefile
2
Makefile
|
@ -190,7 +190,7 @@ TEST=allmydata
|
||||||
# use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
|
# use 'make test TRIALARGS=--reporter=bwverbose' from buildbot, to
|
||||||
# suppress the ansi color sequences
|
# suppress the ansi color sequences
|
||||||
|
|
||||||
test: .built .checked-deps
|
test: .built .checked-deps src/allmydata/_version.py
|
||||||
$(PP) \
|
$(PP) \
|
||||||
$(TRIAL) $(TRIALARGS) $(TEST)
|
$(TRIAL) $(TRIALARGS) $(TEST)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue