aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkPQonibyQdx-9X_NGXaufNxh4JSy0sBBk <Brian@web>2015-03-27 16:59:51 +0000
committerGravatar admin <admin@branchable.com>2015-03-27 16:59:51 +0000
commitdb560f238f6262ab83f354f5128b9a8ced469a96 (patch)
tree204f468a000bf4a43c1babc8bf240dc0e6182365
parent48c425531f617fcda65d9254c0a3a3182093b316 (diff)
-rw-r--r--doc/bugs/--list-tests_runs_tests.mdwn17
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/bugs/--list-tests_runs_tests.mdwn b/doc/bugs/--list-tests_runs_tests.mdwn
index f1f8ef240..f2b776ede 100644
--- a/doc/bugs/--list-tests_runs_tests.mdwn
+++ b/doc/bugs/--list-tests_runs_tests.mdwn
@@ -5,16 +5,21 @@ Running "git annex test --list-tests" seems to produce the same output as "git a
git annex test --list-tests
### What version of git-annex are you using? On what operating system?
-5.20150317-g237d5b0 on Centos 6.6
+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 """
-# If you can, paste a complete transcript of the problem occurring here.
-# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
-
-
-# End of transcript or log.
+# 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)
"""]]