]> git.pld-linux.org Git - packages/gem2rpm.git/commitdiff
verbose rake master
authorElan Ruusamäe <glen@delfi.ee>
Tue, 24 May 2016 08:37:49 +0000 (11:37 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 24 May 2016 08:37:49 +0000 (11:37 +0300)
gem2rpm.spec

index ab3fb3a7487ce729d90442a05b9513c407c0b967..8468a0e5e563cda0ac5478cb3f019c797a1d1949 100644 (file)
@@ -52,7 +52,7 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
 %build
 %if %{with tests}
-rake test
+rake TESTOPTS='-v' test
 %endif
 
 %install
This page took 0.078443 seconds and 4 git commands to generate.