[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1743/8267] libevent: update ptests fail condition
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1743/8267] libevent: update ptests fail condition
- Date: Sat, 16 Dec 2017 22:15:18 +0000 (UTC)
commit 1650f672302671f1a98effa9535a6f95dedc957c
Author: Catalin Enache <catalin enache windriver com>
Date: Wed Aug 3 15:42:54 2016 +0300
libevent: update ptests fail condition
If exit status is 0 test is succesfull.
(From OE-Core rev: 6b91338a0c09e117cfc58084b66ffcd149765316)
Signed-off-by: Catalin Enache <catalin enache windriver com>
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/recipes-support/libevent/libevent/run-ptest | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-support/libevent/libevent/run-ptest
b/meta/recipes-support/libevent/libevent/run-ptest
index d521688..0241851 100644
--- a/meta/recipes-support/libevent/libevent/run-ptest
+++ b/meta/recipes-support/libevent/libevent/run-ptest
@@ -4,7 +4,7 @@ fail=0
for test in ./test/*
do
$test
- if [ $? -eq 0 ]
+ if [ $? -ne 0 ]
then
fail=1
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]