mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
13 lines
383 B
Bash
Executable File
13 lines
383 B
Bash
Executable File
#!/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'
|