diff options
| -rw-r--r-- | meta-oe/recipes-support/libgpiod/files/run-ptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/files/run-ptest b/meta-oe/recipes-support/libgpiod/files/run-ptest index 60c661fc10..61b9b69fc6 100644 --- a/meta-oe/recipes-support/libgpiod/files/run-ptest +++ b/meta-oe/recipes-support/libgpiod/files/run-ptest | |||
| @@ -7,7 +7,7 @@ cd $ptestdir/tests | |||
| 7 | 7 | ||
| 8 | for testbin in $testbins; do | 8 | for testbin in $testbins; do |
| 9 | if test -e ./$testbin; then | 9 | if test -e ./$testbin; then |
| 10 | ./$testbin > ./$testbin.out | 10 | ./$testbin > ./$testbin.out 2>&1 |
| 11 | if [ $? -ne 0 ]; then | 11 | if [ $? -ne 0 ]; then |
| 12 | echo "FAIL: $testbin" | 12 | echo "FAIL: $testbin" |
| 13 | else | 13 | else |
