blob: 4ba48961397370bb20229a43dae328f9d8b36ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#cd test
#/usr/local/bin/wstest -m echoserver -w ws://localhost:9000 &
#/usr/bin/python echoserver.py &
./unittests -xunitxml -o ./unittest_result.xml
#stop server
#pid=$(ps -eo pid,command,lstart | grep '/usr/bin/python' | tail -1 | grep -e '^ (\d+)' -E -o | grep -e '(\d+)' -E -o)
#kill -9 $pid
|