mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
13 lines
383 B
Bash
13 lines
383 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
echo service status:
|
||
|
vagrant ssh -- 'status warcprox ;
|
||
|
status Xvnc ;
|
||
|
status brozzler-worker ;
|
||
|
status brozzler-webconsole ;
|
||
|
status vnc-websock'
|
||
|
echo
|
||
|
|
||
|
vagrant ssh -- 'source brozzler-ve34/bin/activate && pip install pytest'
|
||
|
vagrant ssh -- 'source brozzler-ve34/bin/activate && py.test -v -s /brozzler/tests'
|