diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-15 19:33:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-15 19:33:27 -0400 |
commit | fe131bce0c365c5b95a9e464cf4252c862ff7118 (patch) | |
tree | 861c8e7b19d8ac5ba68b255f919062dac25cd466 /doc | |
parent | 9faa6f0e33dd9e8c7ec3b96715ea3878ff9ef2f0 (diff) |
more fixes for test suite in direct mode
Still quite a few failures.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/android.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn index 83470c17e..aa681ebb3 100644 --- a/doc/design/assistant/android.mdwn +++ b/doc/design/assistant/android.mdwn @@ -25,8 +25,7 @@ to improve it. and a few places use it. I have some horrible workarounds in place. * Get local pairing to work. network-multicast and network-info don't currently install. -* Get test suite to pass. Current failure is because `git fetch` is somehow - broken with local repositories. +* Get test suite to pass. * Make app autostart on boot, optionally. <http://stackoverflow.com/questions/1056570/how-to-autostart-an-android-application> * The app should be aware of power status, and avoid expensive background jobs when low on battery or run flat out when plugged in. |