From 20951f9e6e842033773444a4b24c3bcab19462c8 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sat, 31 Dec 2011 01:30:26 -0500 Subject: [PATCH] t/pytest.do: don't run in minimal/do. And add a reminder to test.do to run 'minimal/do test'. --- t/pytest.do | 1 + test.do | 1 + 2 files changed, 2 insertions(+) diff --git a/t/pytest.do b/t/pytest.do index 7680156..781a784 100644 --- a/t/pytest.do +++ b/t/pytest.do @@ -1,2 +1,3 @@ exec >&2 +[ -n "$DO_BUILT" ] && exit 0 # not relevant in minimal/do python tstate.py diff --git a/test.do b/test.do index 1c272d4..bab832a 100644 --- a/test.do +++ b/test.do @@ -1,2 +1,3 @@ redo-ifchange _all redo t/test +[ -n "$DO_BUILT" ] || echo "Don't forget to test 'minimal/do test'" >&2