android/qa/sc/Makefile |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit cce52394e979d02941e7f9f15f6706502a056800
Author: Tor Lillqvist <tlillqv...@suse.com>
Date:   Fri Jan 20 14:17:42 2012 +0200

    Add a target for the stdio redirection magic commands

diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile
index 6c499f8..35e5acd 100644
--- a/android/qa/sc/Makefile
+++ b/android/qa/sc/Makefile
@@ -185,6 +185,10 @@ run: run_ucalc run_filters_test
 stop-start-cycle:
        adb shell stop && adb shell start && sleep 10
 
+# Too hard to remember this stuff;)
+redirect-stdio:
+       adb shell stop && adb shell setprop log.redirect-stdio true && adb 
shell start
+
 clean:
        ant clean
        rm -rf assets $(SODEST) $(OBJLOCAL)
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to