dev-ml/llvm-ocaml: Make the tests more verbose
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 Sep 2017 21:38:12 +0000 (23:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 1 Oct 2017 09:02:21 +0000 (11:02 +0200)
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild

index 09f3c4149464b01819d009a5ff4e05cfaea67355..7355598fd25b1730016d3616c57a245f85bbd29f 100644 (file)
@@ -99,6 +99,7 @@ src_configure() {
 
        use test && mycmakeargs+=(
                -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"
+               -DLLVM_LIT_ARGS="-vv"
        )
 
        # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844