From f89dd96c76238ef2badf6b39d2960f5463e8ead6 Mon Sep 17 00:00:00 2001 From: "sewon.oh" Date: Mon, 5 Nov 2018 15:07:57 +0900 Subject: [PATCH] [TEST] reflect unit test result while gbs build Because of background running, unit test result doesn't reflected. so fix it. Signed-off-by: sewon.oh --- packaging/nnstreamer.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index f1f76e6..7386159 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -115,6 +115,7 @@ if [[ $(ps | grep "$pid") ]]; then echo "GBS is stopped because of './testAll.sh' timeout(10min)" exit 124 # 124 is ubuntu status code of timeout fi +wait $pid popd %install -- 2.7.4