mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-11 00:34:45 -05: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
|