Changeset be22e7b


Ignore:
Timestamp:
2010-08-03T13:42:15Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
ceed953
Parents:
7670b02
Message:

t/livetest-bitlbee: redirect bitlbee's stderr to a logfile, not useful to see that as long as it works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/t/livetest-bitlbee.sh

    r7670b02 rbe22e7b  
    1212# Run the bee
    1313echo Running bitlbee...
    14 $VALGRIND $BITLBEE -n -c bitlbee.conf -d livetest/ -D -P bitlbeetest.pid -p $PORT & sleep 2
     14$VALGRIND $BITLBEE -n -c bitlbee.conf -d livetest/ -D -P bitlbeetest.pid -p $PORT 2>bitlbee.log &
     15sleep 2
    1516
    1617# Check if it's really running
Note: See TracChangeset for help on using the changeset viewer.