From 4ace9e923b873e90b1a097dff3a480f17c0d1d80 Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Wed, 21 Nov 2018 18:31:28 +0900 Subject: [PATCH] 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 --- packaging/nnstreamer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4