mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Pre-push hook. If you want to test with a different version of firefox, put
|
||
|
# the path in the CFX_FIREFOX environment variable.
|
||
|
|
||
|
nosetests test
|