about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-10 02:41:15 +0100
committerRobin Gloster <mail@glob.in>2016-02-10 23:27:30 +0000
commit2d25ab3a03ea8a8100eef6a148a894799f33d69b (patch)
tree7b1118e7f9543083ead26708cd9ecf846957d0e1 /pkgs/tools
parent85c0d55d1de81f39b6a4bf4b264d3f3b4bc1938f (diff)
beets: Re-enable tests
The reason why the completion tests didn't pass was because we had it
already disabled in 2acc258dff1a37974edd6475851e218bb09e281a.

Meanwhile, beetbox/beets@a07cb83 has moved the file from
test/test_completion.sh to test/rsrc/test_completion.sh.

So this has silently re-enabled the completion tests, which we need to
investigate on our side why they failed in the first place.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/audio/beets/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index 6a3345e1d3c90..91407331d7ca5 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -121,7 +121,7 @@ in buildPythonPackage rec {
 
   postPatch = ''
     sed -i -e '/assertIn.*item.*path/d' test/test_info.py
-    echo echo completion tests passed > test/test_completion.sh
+    echo echo completion tests passed > test/rsrc/test_completion.sh
 
     sed -i -e '/^BASH_COMPLETION_PATHS *=/,/^])$/ {
       /^])$/i u"${completion}"
@@ -139,7 +139,7 @@ in buildPythonPackage rec {
       test/test_replaygain.py
   '';
 
-  doCheck = false; # TODO, see https://github.com/beetbox/beets/issues/1876#issuecomment-182010438
+  doCheck = true;
 
   preCheck = ''
     (${concatMapStrings (s: "echo \"${s}\";") allPlugins}) \