From: MyungJoo Ham Date: Wed, 21 Nov 2018 09:31:28 +0000 (+0900) Subject: DIST: Fix broken OBS build log of unit tests X-Git-Tag: v0.0.3~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ace9e923b873e90b1a097dff3a480f17c0d1d80;p=platform%2Fupstream%2Fnnstreamer.git DIST: Fix broken OBS build log of unit tests SSAT writes colored text by default. Apply -n (nocolor) in .spec so that SSAT writes non-colored results, which will no more break OBS build logs. Signed-off-by: MyungJoo Ham --- diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 0a09369..b693ab8 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -97,7 +97,7 @@ make %{?_smp_mflags} ./tests/unittest_plugins --gst-plugin-path=. popd pushd tests - ssat + ssat -n %endif popd