Fix a few lagging doc references to old-style build+test layout.
This commit is contained in:
parent
bd8dbfb487
commit
2b7da63c66
3 changed files with 5 additions and 4 deletions
4
do
4
do
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue