aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2010-08-03 15:42:15 +0200
committerMiklos Vajna <vmiklos@frugalware.org>2010-08-03 15:42:15 +0200
commitbe22e7b1faaa29923b2bb48f4296118784b028aa (patch)
treefd281aa4d81c42ce470e8796efac12743b989150
parent7670b021feaa4fd35499fc27f45b4c7964f6c251 (diff)
t/livetest-bitlbee: redirect bitlbee's stderr to a logfile, not useful to see that as long as it works
-rwxr-xr-xskype/t/livetest-bitlbee.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/skype/t/livetest-bitlbee.sh b/skype/t/livetest-bitlbee.sh
index 3a418841..7592c3ca 100755
--- a/skype/t/livetest-bitlbee.sh
+++ b/skype/t/livetest-bitlbee.sh
@@ -11,7 +11,8 @@ mkdir livetest 2>/dev/null || rm livetest/bitlbeetest*.xml bitlbeetest.pid 2>/de
# Run the bee
echo Running bitlbee...
-$VALGRIND $BITLBEE -n -c bitlbee.conf -d livetest/ -D -P bitlbeetest.pid -p $PORT & sleep 2
+$VALGRIND $BITLBEE -n -c bitlbee.conf -d livetest/ -D -P bitlbeetest.pid -p $PORT 2>bitlbee.log &
+sleep 2
# Check if it's really running
kill -0 `cat bitlbeetest.pid 2>/dev/null ` 2>/dev/null || { echo Failed to run bitlbee daemon on port $PORT; exit 1; }