---
byo run-tests: bin/ysh stdlib/ysh/stream.ysh

	test-each-line
TODO: need basic test runner
	OK

devtools/byo.sh: 1 tests passed.
---
byo run-tests: bin/ysh stdlib/ysh/table.ysh

	test-table
	OK

devtools/byo.sh: 1 tests passed.
---
byo run-tests: stdlib/osh/two-test.sh

	test-die
stdlib/osh/two-test.sh: fatal: bad
	OK
	test-log
	OK

devtools/byo.sh: 2 tests passed.
---
byo run-tests: stdlib/osh/no-quotes-test.sh

	test-nq-capture
zzz aaa
	OK
	test-nq-redir
	OK
	test-nq-run
	OK

devtools/byo.sh: 3 tests passed.
---
byo run-tests: stdlib/osh/byo-server-test.sh

	test-bash-print-funcs
	OK

devtools/byo.sh: 1 tests passed.
---
byo run-tests: bin/osh stdlib/osh/two-test.sh

	test-die
stdlib/osh/two-test.sh: fatal: bad
	OK
	test-log
	OK

devtools/byo.sh: 2 tests passed.
---
byo run-tests: bin/ysh stdlib/ysh/yblocks-test.ysh

	test-yb-capture
stdlib/ysh/yblocks-test.ysh:32: errexit PID 9672: command.Simple failed with status 99
zzz aaa
stdlib/ysh/yblocks-test.ysh:38: errexit PID 9673: command.Simple failed with status 99
	OK
	test-yb-redir-not-needed
	OK

devtools/byo.sh: 2 tests passed.