[Libreoffice-commits] .: android/qa
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Jan 20 12:02:29 PST 2012
android/qa/sc/Makefile | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit cce52394e979d02941e7f9f15f6706502a056800
Author: Tor Lillqvist <tlillqvist at 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)
More information about the Libreoffice-commits
mailing list