Commit 2a24a1f3 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

Coccinelle: Fix test-suite runs.

svn path=/nixpkgs/trunk/; revision=20608
parent 2dce3019
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
         --prefix "LD_LIBRARY_PATH" ":" "$out/lib"                      \
         --prefix "PYTHONPATH" ":" "$out/share/coccinelle/python"

       make test
       yes | make test
    '';

  meta = {