Fix a few lagging doc references to old-style build+test layout.

This commit is contained in:
Avery Pennarun 2018-12-10 04:33:57 +00:00
commit 2b7da63c66
3 changed files with 5 additions and 4 deletions

4
do
View file

@ -66,11 +66,13 @@ case $target in
build && bin/redo $args "$target"
;;
test)
# Test both redo and minimal/do
# First test minimal/do
build
# Add ./redo to PATH so we launch with redo/sh as the shell
PATH=$PWD/redo:$PATH minimal/do test || die "minimal/do test failed"
clean
build
# Now switch to testing 'real' redo
bin/redo $args test || die "redo test failed"
;;
clean)