summaryrefslogtreecommitdiff
path: root/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn')
-rw-r--r--doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn b/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
deleted file mode 100644
index be6db378c..000000000
--- a/doc/bugs/The_tests_are_failing_to_build_now_on_commit_e0fdfb2e706da2cb1451193c658dc676b0530968.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-I only saw this just now, but the tests fail to link/build on OSX
-
-<pre>
-[181 of 181] Compiling Main ( git-annex.hs, tmp/Main.o )
-Linking git-annex ...
-+ make -q test
-+ '[' 1 = 1 ']'
-+ ../maxtime 1800 make test
-[175 of 175] Compiling Main ( test.hs, tmp/Main.o )
-test.hs:175:17:
-Not in scope: data constructor `Types.Backend.KeySource'
-test.hs:175:43:
-`Types.Backend.keyFilename' is not a (visible) constructor field name
-test.hs:175:76:
-`Types.Backend.contentLocation' is not a (visible) constructor field name
-** failed to build the test suite
-make: *** [test] Error 1
-+ exit 4
-</pre>
-
-this issue seems to got introduced at commit e0fdfb2e706da2cb1451193c658dc676b0530968
-
-> [[fixed|done]] --[[Joey]]