t/pytest.do: don't run in minimal/do.

And add a reminder to test.do to run 'minimal/do test'.
This commit is contained in:
Avery Pennarun 2011-12-31 01:30:26 -05:00
commit 20951f9e6e
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
exec >&2 exec >&2
[ -n "$DO_BUILT" ] && exit 0 # not relevant in minimal/do
python tstate.py python tstate.py

View file

@ -1,2 +1,3 @@
redo-ifchange _all redo-ifchange _all
redo t/test redo t/test
[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do test'" >&2