j
k
j a
j l
...... echo "api-avx2neon running" ./test What if ./test exit 1? this script captures and counts its own error output
... echo "api-avx2neon running" ./test What if ./test exit 1?
echo "api-avx2neon running" ./test
What if ./test exit 1?
this script captures and counts its own error output
What if ./test exit for other (unexpected) reason? Then we miss a failure case.
...... echo "api-avx2neon finished"
... echo "api-avx2neon finished"
echo "api-avx2neon finished"
Back to the thread
Back to the list