From 5bfc217b40c74fe6798d918eba703302e3b62c17 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Jun 13 2013 00:34:10 +0000 Subject: Nuke the ANSI doctest too. --- diff --git a/elixir.spec b/elixir.spec index 31ecaec..ee437fa 100644 --- a/elixir.spec +++ b/elixir.spec @@ -37,6 +37,7 @@ find -name '*.bat' -exec rm \{\} \; # This contains a failing test. We want `make test` for most tests, but # this deals with ANSI codes which rpmbuild strips. rm lib/elixir/test/elixir/io/ansi_test.exs +sed -i '/IO.ANSI/d' lib/elixir/test/doctest.exs %build make %{?_smp_mflags}