diff options
author | pjotrp | 2016-07-19 13:43:58 +0600 |
---|---|---|
committer | pjotrp | 2016-07-19 13:43:58 +0600 |
commit | b723375cf14b30530f57aac2b3f2684e0418289b (patch) | |
tree | 91e8f831ce827d8dd141bfd4704ecb3e1698b33a | |
parent | b92f46a5b1d0e14d8d306c2625e98c8493223344 (diff) | |
download | guix-bioinformatics-b723375cf14b30530f57aac2b3f2684e0418289b.tar.gz |
Elixir: Delete test files
-rw-r--r-- | gn/packages/elixir.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/elixir.scm b/gn/packages/elixir.scm index 46026d8..e7ca690 100644 --- a/gn/packages/elixir.scm +++ b/gn/packages/elixir.scm @@ -65,6 +65,8 @@ (and (zero? (system* "patch" "--force" "-p1" "-i" (assoc-ref inputs "patch/elixir-disable-failing-tests"))) (zero? (system* "patch" "--force" "-p1" "-i" (assoc-ref inputs "patch/elixir-disable-mix-tests"))) + (delete-file "./lib/mix/test/mix/tasks/deps.git_test.exs") + (delete-file "./lib/mix/test/mix/shell_test.exs") ))) (replace 'check |