summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-08 10:39:36 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-04-08 10:41:06 +0100
commite1ae931b405822f9887c743cfeb1e0c7af5c8d34 (patch)
treec73ab5bf7b33dc14adecb7080b8f955abc6dd039
parent9388ac55d3d7bccb9d042c2a3ecba11d0c4bfa71 (diff)
exec-with-log.sh.in: just append to salut-testing.log
Don't clobber it completely. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--tests/twisted/Makefile.am2
-rw-r--r--tests/twisted/tools/exec-with-log.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 6f27b0a1..07558ca9 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -78,7 +78,7 @@ check-local: check-coding-style check-twisted
check-twisted:
$(MAKE) -C tools
rm -f tools/core
- rm -f tools/salut-testing.log*
+ rm -f tools/salut-testing.log
if ! test -n "$$SALUT_TEST_REAL_AVAHI"; then \
also_for_system="--also-for-system"; \
fi; \
diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 80d33589..8ce4baeb 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -5,7 +5,7 @@ cd "@abs_top_builddir@/tests/twisted/tools"
export SALUT_DEBUG=all GIBBER_DEBUG=all WOCKY_DEBUG=all
export SALUT_PLUGIN_DIR="@abs_top_builddir@/plugins/.libs"
ulimit -c unlimited
-exec > salut-testing.log 2>&1
+exec >> salut-testing.log 2>&1
if test -n "$SALUT_TEST_VALGRIND"; then
export G_DEBUG=gc-friendly