DIST: Fix broken OBS build log of unit tests
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 21 Nov 2018 09:31:28 +0000 (18:31 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Thu, 22 Nov 2018 01:15:14 +0000 (10:15 +0900)
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 <myungjoo.ham@samsung.com>
packaging/nnstreamer.spec

index 0a09369..b693ab8 100644 (file)
@@ -97,7 +97,7 @@ make %{?_smp_mflags}
     ./tests/unittest_plugins --gst-plugin-path=.
     popd
     pushd tests
-    ssat
+    ssat -n
 %endif
 popd