openethereum/hook.sh

4 lines
106 B
Bash
Raw Normal View History

2016-01-22 08:09:16 +01:00
#!/bin/sh
2016-02-03 16:23:02 +01:00
echo "#!/bin/sh\ncargo test -p ethcore" >> ./.git/hooks/pre-push
2016-01-22 08:09:16 +01:00
chmod +x ./.git/hooks/pre-push