summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libgpiod/files/run-ptest2
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 4cda05d446..3ad737dfc8 100644
--- a/meta-oe/recipes-support/libgpiod/files/run-ptest
+++ b/meta-oe/recipes-support/libgpiod/files/run-ptest
@@ -4,7 +4,7 @@ testbin="gpiod-test"
4ptestdir=$(dirname "$(readlink -f "$0")") 4ptestdir=$(dirname "$(readlink -f "$0")")
5cd $ptestdir/tests 5cd $ptestdir/tests
6 6
7./$testbin 7./$testbin > ./$testbin.out
8if [ $? -ne 0 ]; then 8if [ $? -ne 0 ]; then
9 echo "FAIL: $testbin" 9 echo "FAIL: $testbin"
10else 10else