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:
parent
656c3c583c
commit
20951f9e6e
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
exec >&2
|
exec >&2
|
||||||
|
[ -n "$DO_BUILT" ] && exit 0 # not relevant in minimal/do
|
||||||
python tstate.py
|
python tstate.py
|
||||||
|
|
|
||||||
1
test.do
1
test.do
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue