[TEST] reflect unit test result while gbs build
authorsewon.oh <sewon.oh@samsung.com>
Mon, 5 Nov 2018 06:07:57 +0000 (15:07 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 5 Nov 2018 08:19:22 +0000 (17:19 +0900)
Because of background running, unit test result doesn't reflected.
so fix it.

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
packaging/nnstreamer.spec

index f1f76e6..7386159 100644 (file)
@@ -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