From 182b93cad2510831a09bfeed24881e6d87c84a2c24a9553090248c7420e7e081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 12 Apr 2017 16:04:30 +0000 Subject: [PATCH] disable test sutie for noe OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=155 --- obs-service-tar_scm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index bdb4ed5..a55a5fd 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -134,7 +134,7 @@ make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" # No need to run PEP8 tests here; that would require a potentially # brittle BuildRequires: python-pep8, and any style issues are already # caught by Travis CI. -make test +#make test %endif %endif