summaryrefslogtreecommitdiff
path: root/doc/bugs/list-tests_runs_tests.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 13:12:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 13:12:29 -0400
commitdb2762af2dd3d8b9576709c72a3477df210d2097 (patch)
treea36c67384fb5e15bcb2b00e04331ca78a8069519 /doc/bugs/list-tests_runs_tests.mdwn
parentf37bc92f3c50d8c9ade0597ea140726d5e7ef0a9 (diff)
rename obnoxiosly named file
Diffstat (limited to 'doc/bugs/list-tests_runs_tests.mdwn')
-rw-r--r--doc/bugs/list-tests_runs_tests.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/list-tests_runs_tests.mdwn b/doc/bugs/list-tests_runs_tests.mdwn
new file mode 100644
index 000000000..cea58db84
--- /dev/null
+++ b/doc/bugs/list-tests_runs_tests.mdwn
@@ -0,0 +1,28 @@
+### Please describe the problem.
+Running "git annex test --list-tests" seems to produce the same output as "git annex test" rather than list tests.
+
+### What steps will reproduce the problem?
+git annex test --list-tests
+
+### What version of git-annex are you using? On what operating system?
+5.20150317-g237d5b0 on Centos 6.6 and Ubuntu 12.04.5
+
+5.20141125 on Mac OS X 10.10.2
+
+### Please provide any additional information below.
+
+[[!format sh """
+# this is version 5.20150317-g237d5b0 on Ubuntu
+$ ./git-annex test --list-tests
+Tests
+ QuickCheck
+ prop_idempotent_deencode_git: OK (0.15s)
+ +++ OK, passed 1000 tests.
+ prop_idempotent_deencode: OK (0.12s)
+ +++ OK, passed 1000 tests.
+[snip all the passing tests]
+All 140 tests passed (305.69s)
+"""]]
+
+> [[fixed|done]] although I don't understand why tasty needs the
+> `listingTests` ingredient to come first for it to work. --[[Joey]]