mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
12 lines
383 B
Bash
Executable file
12 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'
|