Hello, a correction to my previous mail: one of the exhibits shown was slightly incorrect, see below.
the output of the commands > mkdir micro > cd micro > autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg' \ > ../bin/autom4te -B ../lib --language=autotest \ > $sources/micro-suite.at -o micro-suite > (/bin/sh ./micro-suite -d -3 5-; echo boo; echo $? >status) | sed 5q > cat micro-suite.dir/7/micro-suite.log > cat status is actually: ----------8<----------- + mkdir micro + cd micro + autom4te_perllibdir=../lib + AUTOM4TE_CFG=../lib/autom4te.cfg + ../bin/autom4te -B ../lib --language=autotest /builddir/build/SOURCES/micro-suite.at -o micro-suite + /bin/sh ./micro-suite -d -3 5- + sed 5q ## -------------------------------------------------------------- ## ## GNU Nonsense 1.0 test suite: suite to test parallel execution. ## ## -------------------------------------------------------------- ## 1: test number 1 ok 2: test number 2 ok ./micro-suite: line 1553: printf: write error: Broken pipe ./micro-suite: line 1553: printf: write error: Broken pipe ./micro-suite: line 1553: printf: write error: Broken pipe ./micro-suite: line 1553: printf: write error: Broken pipe ./micro-suite: line 1769: echo: write error: Broken pipe cat: write error: Broken pipe ./micro-suite: line 1775: echo: write error: Broken pipe ./micro-suite: line 1851: echo: write error: Broken pipe + echo 0 + cat micro-suite.dir/7/micro-suite.log # -*- compilation -*- 7. micro-suite.at:22: testing ... /micro-suite.at:22: sleep 1 7. micro-suite.at:22: 7. test number 7 (micro-suite.at:22): ok (0m0.000s 0m0.001s) + cat status 0 ----------8<----------- Stepan
